| Name |
Type |
Description |
Notes |
| typename |
TypeName |
|
[optional] |
from twitter_openapi_python_generated.models.timeline_message_prompt import TimelineMessagePrompt
# TODO update the JSON string below
json = "{}"
# create an instance of TimelineMessagePrompt from a JSON string
timeline_message_prompt_instance = TimelineMessagePrompt.from_json(json)
# print the JSON string representation of the object
print(TimelineMessagePrompt.to_json())
# convert the object into a dict
timeline_message_prompt_dict = timeline_message_prompt_instance.to_dict()
# create an instance of TimelineMessagePrompt from a dict
timeline_message_prompt_from_dict = TimelineMessagePrompt.from_dict(timeline_message_prompt_dict)
[Back to Model list] [Back to API list] [Back to README]