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
fromt3api.models.v2_transfers_create_destinations_get200_responseimportV2TransfersCreateDestinationsGet200Response# TODO update the JSON string belowjson="{}"# create an instance of V2TransfersCreateDestinationsGet200Response from a JSON stringv2_transfers_create_destinations_get200_response_instance=V2TransfersCreateDestinationsGet200Response.from_json(json)
# print the JSON string representation of the objectprint(V2TransfersCreateDestinationsGet200Response.to_json())
# convert the object into a dictv2_transfers_create_destinations_get200_response_dict=v2_transfers_create_destinations_get200_response_instance.to_dict()
# create an instance of V2TransfersCreateDestinationsGet200Response from a dictv2_transfers_create_destinations_get200_response_from_dict=V2TransfersCreateDestinationsGet200Response.from_dict(v2_transfers_create_destinations_get200_response_dict)