| Name | Type | Description | Notes |
|---|---|---|---|
| typename | TypeName | [optional] |
from twitter_openapi_python_generated.models.timeline_community import TimelineCommunity
# TODO update the JSON string below
json = "{}"
# create an instance of TimelineCommunity from a JSON string
timeline_community_instance = TimelineCommunity.from_json(json)
# print the JSON string representation of the object
print(TimelineCommunity.to_json())
# convert the object into a dict
timeline_community_dict = timeline_community_instance.to_dict()
# create an instance of TimelineCommunity from a dict
timeline_community_from_dict = TimelineCommunity.from_dict(timeline_community_dict)