You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
frommosquito_alert.models.notifications_update_is_read_error_componentimportNotificationsUpdateIsReadErrorComponent# TODO update the JSON string belowjson="{}"# create an instance of NotificationsUpdateIsReadErrorComponent from a JSON stringnotifications_update_is_read_error_component_instance=NotificationsUpdateIsReadErrorComponent.from_json(json)
# print the JSON string representation of the objectprint(NotificationsUpdateIsReadErrorComponent.to_json())
# convert the object into a dictnotifications_update_is_read_error_component_dict=notifications_update_is_read_error_component_instance.to_dict()
# create an instance of NotificationsUpdateIsReadErrorComponent from a dictnotifications_update_is_read_error_component_from_dict=NotificationsUpdateIsReadErrorComponent.from_dict(notifications_update_is_read_error_component_dict)