| Name | Type | Description | Notes |
|---|---|---|---|
| typename | TypeName | [optional] |
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)