| Name | Type | Description | Notes |
|---|---|---|---|
| typename | TypeName |
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)