TimelineClearEntriesUnreadState

May 7, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
typeInstructionType

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]