MediaSize

June 7, 2024 ยท View on GitHub

Properties

NameTypeDescriptionNotes
hint
resizestr
wint

Example

from twitter_openapi_python_generated.models.media_size import MediaSize

# TODO update the JSON string below
json = "{}"
# create an instance of MediaSize from a JSON string
media_size_instance = MediaSize.from_json(json)
# print the JSON string representation of the object
print(MediaSize.to_json())

# convert the object into a dict
media_size_dict = media_size_instance.to_dict()
# create an instance of MediaSize from a dict
media_size_from_dict = MediaSize.from_dict(media_size_dict)

[Back to Model list] [Back to API list] [Back to README]