Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.03 KB

File metadata and controls

29 lines (20 loc) · 1.03 KB

NotificationsViewerV2

Properties

Name Type Description Notes
user_results NotificationsUserResults

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]