Skip to content

Latest commit

History

History
33 lines (24 loc) · 1.25 KB

File metadata and controls

33 lines (24 loc) · 1.25 KB

GrokTranslatedCommunityNote

Properties

NameTypeDescriptionNotes
destination_languagestr
rich_text_entitiesList[GrokEntity][optional]
source_languagestr
translationstr
translation_availablebool

Example

fromtwitter_openapi_python_generated.models.grok_translated_community_noteimportGrokTranslatedCommunityNote# TODO update the JSON string belowjson="{}"# create an instance of GrokTranslatedCommunityNote from a JSON stringgrok_translated_community_note_instance=GrokTranslatedCommunityNote.from_json(json)
# print the JSON string representation of the objectprint(GrokTranslatedCommunityNote.to_json())
# convert the object into a dictgrok_translated_community_note_dict=grok_translated_community_note_instance.to_dict()
# create an instance of GrokTranslatedCommunityNote from a dictgrok_translated_community_note_from_dict=GrokTranslatedCommunityNote.from_dict(grok_translated_community_note_dict)

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