Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 970 Bytes

File metadata and controls

29 lines (20 loc) · 970 Bytes

TimelineCommunity

Properties

Name Type Description Notes
typename TypeName [optional]

Example

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)

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