Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 998 Bytes

File metadata and controls

29 lines (20 loc) · 998 Bytes

CommunityUnavailable

Properties

Name Type Description Notes
typename TypeName

Example

from twitter_openapi_python_generated.models.community_unavailable import CommunityUnavailable

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

# convert the object into a dict
community_unavailable_dict = community_unavailable_instance.to_dict()
# create an instance of CommunityUnavailable from a dict
community_unavailable_from_dict = CommunityUnavailable.from_dict(community_unavailable_dict)

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