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.delete_network_connection_responseimportDeleteNetworkConnectionResponse# TODO update the JSON string belowjson="{}"# create an instance of DeleteNetworkConnectionResponse from a JSON stringdelete_network_connection_response_instance=DeleteNetworkConnectionResponse.from_json(json)
# print the JSON string representation of the objectprint(DeleteNetworkConnectionResponse.to_json())
# convert the object into a dictdelete_network_connection_response_dict=delete_network_connection_response_instance.to_dict()
# create an instance of DeleteNetworkConnectionResponse from a dictdelete_network_connection_response_from_dict=DeleteNetworkConnectionResponse.from_dict(delete_network_connection_response_dict)