| Name | Type | Description | Notes |
|---|---|---|---|
| h | int | ||
| resize | str | ||
| w | int |
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)