Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.37 KB

File metadata and controls

30 lines (21 loc) · 1.37 KB

GrokTranslatedCommunityNoteWithAvailability

Properties

Name Type Description Notes
data GrokTranslatedCommunityNote [optional]
is_available bool

Example

from twitter_openapi_python_generated.models.grok_translated_community_note_with_availability import GrokTranslatedCommunityNoteWithAvailability

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

# convert the object into a dict
grok_translated_community_note_with_availability_dict = grok_translated_community_note_with_availability_instance.to_dict()
# create an instance of GrokTranslatedCommunityNoteWithAvailability from a dict
grok_translated_community_note_with_availability_from_dict = GrokTranslatedCommunityNoteWithAvailability.from_dict(grok_translated_community_note_with_availability_dict)

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