| Name | Type | Description | Notes |
|---|---|---|---|
| description | str | [optional] | |
| name | str | ||
| rest_id | str |
fromtwitter_openapi_python_generated.models.community_ruleimportCommunityRule# TODO update the JSON string belowjson="{}"# create an instance of CommunityRule from a JSON stringcommunity_rule_instance=CommunityRule.from_json(json)
# print the JSON string representation of the objectprint(CommunityRule.to_json())
# convert the object into a dictcommunity_rule_dict=community_rule_instance.to_dict()
# create an instance of CommunityRule from a dictcommunity_rule_from_dict=CommunityRule.from_dict(community_rule_dict)