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.tr_link_customer_integration_responseimportTRLinkCustomerIntegrationResponse# TODO update the JSON string belowjson="{}"# create an instance of TRLinkCustomerIntegrationResponse from a JSON stringtr_link_customer_integration_response_instance=TRLinkCustomerIntegrationResponse.from_json(json)
# print the JSON string representation of the objectprint(TRLinkCustomerIntegrationResponse.to_json())
# convert the object into a dicttr_link_customer_integration_response_dict=tr_link_customer_integration_response_instance.to_dict()
# create an instance of TRLinkCustomerIntegrationResponse from a dicttr_link_customer_integration_response_from_dict=TRLinkCustomerIntegrationResponse.from_dict(tr_link_customer_integration_response_dict)