Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.79 KB

File metadata and controls

30 lines (21 loc) · 1.79 KB

V2TransfersCreateInputsGet200ResponseTransferTypesInnerFacilityTypesInner

Properties

Name Type Description Notes
facility_type_id int Unique identifier of the facility type. [optional]
facility_type_name str Name of the facility type. [optional]

Example

from t3api.models.v2_transfers_create_inputs_get200_response_transfer_types_inner_facility_types_inner import V2TransfersCreateInputsGet200ResponseTransferTypesInnerFacilityTypesInner

# TODO update the JSON string below
json = "{}"
# create an instance of V2TransfersCreateInputsGet200ResponseTransferTypesInnerFacilityTypesInner from a JSON string
v2_transfers_create_inputs_get200_response_transfer_types_inner_facility_types_inner_instance = V2TransfersCreateInputsGet200ResponseTransferTypesInnerFacilityTypesInner.from_json(json)
# print the JSON string representation of the object
print(V2TransfersCreateInputsGet200ResponseTransferTypesInnerFacilityTypesInner.to_json())

# convert the object into a dict
v2_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 dict
v2_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)

[Back to Model list] [Back to API list] [Back to README]