Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.14 KB

File metadata and controls

29 lines (20 loc) · 1.14 KB

TimelineClearEntriesUnreadState

Properties

Name Type Description Notes
type InstructionType

Example

from twitter_openapi_python_generated.models.timeline_clear_entries_unread_state import TimelineClearEntriesUnreadState

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

# convert the object into a dict
timeline_clear_entries_unread_state_dict = timeline_clear_entries_unread_state_instance.to_dict()
# create an instance of TimelineClearEntriesUnreadState from a dict
timeline_clear_entries_unread_state_from_dict = TimelineClearEntriesUnreadState.from_dict(timeline_clear_entries_unread_state_dict)

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