TrendResults

January 5, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
rest_idstr

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]