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_inputs_get200_response_transfer_types_inner_facility_types_innerimportV2TransfersCreateInputsGet200ResponseTransferTypesInnerFacilityTypesInner# TODO update the JSON string belowjson="{}"# create an instance of V2TransfersCreateInputsGet200ResponseTransferTypesInnerFacilityTypesInner from a JSON stringv2_transfers_create_inputs_get200_response_transfer_types_inner_facility_types_inner_instance=V2TransfersCreateInputsGet200ResponseTransferTypesInnerFacilityTypesInner.from_json(json)
# print the JSON string representation of the objectprint(V2TransfersCreateInputsGet200ResponseTransferTypesInnerFacilityTypesInner.to_json())
# convert the object into a dictv2_transfers_create_inputs_get200_response_transfer_types_inner_facility_types_inner_dict=v2_transfers_create_inputs_get200_response_transfer_types_inner_facility_types_inner_instance.to_dict()
# create an instance of V2TransfersCreateInputsGet200ResponseTransferTypesInnerFacilityTypesInner from a dictv2_transfers_create_inputs_get200_response_transfer_types_inner_facility_types_inner_from_dict=V2TransfersCreateInputsGet200ResponseTransferTypesInnerFacilityTypesInner.from_dict(v2_transfers_create_inputs_get200_response_transfer_types_inner_facility_types_inner_dict)