NotificationsViewerV2

May 7, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
user_resultsNotificationsUserResults

Example

from twitter_openapi_python_generated.models.notifications_viewer_v2 import NotificationsViewerV2

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

# convert the object into a dict
notifications_viewer_v2_dict = notifications_viewer_v2_instance.to_dict()
# create an instance of NotificationsViewerV2 from a dict
notifications_viewer_v2_from_dict = NotificationsViewerV2.from_dict(notifications_viewer_v2_dict)

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