Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 931 Bytes

File metadata and controls

29 lines (20 loc) · 931 Bytes

TimelinePrompt

Properties

Name Type Description Notes
typename TypeName [optional]

Example

from twitter_openapi_python_generated.models.timeline_prompt import TimelinePrompt

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

# convert the object into a dict
timeline_prompt_dict = timeline_prompt_instance.to_dict()
# create an instance of TimelinePrompt from a dict
timeline_prompt_from_dict = TimelinePrompt.from_dict(timeline_prompt_dict)

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