QuotedStatusPermalink
June 7, 2024 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| display | str | ||
| expanded | str | ||
| url | str |
Example
from twitter_openapi_python_generated.models.quoted_status_permalink import QuotedStatusPermalink
# TODO update the JSON string below
json = "{}"
# create an instance of QuotedStatusPermalink from a JSON string
quoted_status_permalink_instance = QuotedStatusPermalink.from_json(json)
# print the JSON string representation of the object
print(QuotedStatusPermalink.to_json())
# convert the object into a dict
quoted_status_permalink_dict = quoted_status_permalink_instance.to_dict()
# create an instance of QuotedStatusPermalink from a dict
quoted_status_permalink_from_dict = QuotedStatusPermalink.from_dict(quoted_status_permalink_dict)