Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 850 Bytes

File metadata and controls

29 lines (20 loc) · 850 Bytes

MediaStats

Properties

Name Type Description Notes
view_count int

Example

from twitter_openapi_python_generated.models.media_stats import MediaStats

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

# convert the object into a dict
media_stats_dict = media_stats_instance.to_dict()
# create an instance of MediaStats from a dict
media_stats_from_dict = MediaStats.from_dict(media_stats_dict)

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