GrokTranslatedCommunityNoteWithAvailability
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]