Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 873 Bytes

File metadata and controls

29 lines (20 loc) · 873 Bytes

TrendResults

Properties

Name Type Description Notes
rest_id str

Example

from twitter_openapi_python_generated.models.trend_results import TrendResults

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

# convert the object into a dict
trend_results_dict = trend_results_instance.to_dict()
# create an instance of TrendResults from a dict
trend_results_from_dict = TrendResults.from_dict(trend_results_dict)

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