| Name | Type | Description | Notes |
|---|---|---|---|
| url | str | [optional] |
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)