Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.08 KB

File metadata and controls

30 lines (21 loc) · 1.08 KB

TimelineTerminateTimeline

Properties

Name Type Description Notes
direction str
type InstructionType

Example

from twitter_openapi_python_generated.models.timeline_terminate_timeline import TimelineTerminateTimeline

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

# convert the object into a dict
timeline_terminate_timeline_dict = timeline_terminate_timeline_instance.to_dict()
# create an instance of TimelineTerminateTimeline from a dict
timeline_terminate_timeline_from_dict = TimelineTerminateTimeline.from_dict(timeline_terminate_timeline_dict)

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