| Name |
Type |
Description |
Notes |
| create |
bool |
|
|
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]