Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 854 Bytes

File metadata and controls

29 lines (20 loc) · 854 Bytes

TrendImage

Properties

Name Type Description Notes
url str [optional]

Example

from twitter_openapi_python_generated.models.trend_image import TrendImage

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

# convert the object into a dict
trend_image_dict = trend_image_instance.to_dict()
# create an instance of TrendImage from a dict
trend_image_from_dict = TrendImage.from_dict(trend_image_dict)

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