| Name | Type | Description | Notes |
|---|---|---|---|
| rest_id | str |
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)