Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1 KB

File metadata and controls

29 lines (20 loc) · 1 KB

GrokShareAttachment

Properties

Name Type Description Notes
items List[GrokShareAttachmentItem]

Example

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]