Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 951 Bytes

File metadata and controls

29 lines (20 loc) · 951 Bytes

CommunitiesActions

Properties

Name Type Description Notes
create bool

Example

from twitter_openapi_python_generated.models.communities_actions import CommunitiesActions

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

# convert the object into a dict
communities_actions_dict = communities_actions_instance.to_dict()
# create an instance of CommunitiesActions from a dict
communities_actions_from_dict = CommunitiesActions.from_dict(communities_actions_dict)

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