from twitter_openapi_python_generated.models.grok_share_attachment import GrokShareAttachment
# TODO update the JSON string below
json = "{}"
# create an instance of GrokShareAttachment from a JSON string
grok_share_attachment_instance = GrokShareAttachment.from_json(json)
# print the JSON string representation of the object
print(GrokShareAttachment.to_json())
# convert the object into a dict
grok_share_attachment_dict = grok_share_attachment_instance.to_dict()
# create an instance of GrokShareAttachment from a dict
grok_share_attachment_from_dict = GrokShareAttachment.from_dict(grok_share_attachment_dict)
[Back to Model list] [Back to API list] [Back to README]