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
fromfireblocks.models.resend_failed_notifications_job_status_responseimportResendFailedNotificationsJobStatusResponse# TODO update the JSON string belowjson="{}"# create an instance of ResendFailedNotificationsJobStatusResponse from a JSON stringresend_failed_notifications_job_status_response_instance=ResendFailedNotificationsJobStatusResponse.from_json(json)
# print the JSON string representation of the objectprint(ResendFailedNotificationsJobStatusResponse.to_json())
# convert the object into a dictresend_failed_notifications_job_status_response_dict=resend_failed_notifications_job_status_response_instance.to_dict()
# create an instance of ResendFailedNotificationsJobStatusResponse from a dictresend_failed_notifications_job_status_response_from_dict=ResendFailedNotificationsJobStatusResponse.from_dict(resend_failed_notifications_job_status_response_dict)