Skip to content

Latest commit

History

History
31 lines (22 loc) · 954 Bytes

File metadata and controls

31 lines (22 loc) · 954 Bytes

CommunityRule

Properties

NameTypeDescriptionNotes
descriptionstr[optional]
namestr
rest_idstr

Example

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)

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