Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.59 KB

File metadata and controls

31 lines (22 loc) · 1.59 KB

IserverScannerParamsGet200ResponseLocationTreeInner

Properties

Name Type Description Notes
display_name str [optional]
type str [optional]
locations List[IserverScannerParamsGet200ResponseLocationTreeInnerLocationsInner] [optional]

Example

from ibkr_web_api.models.iserver_scanner_params_get200_response_location_tree_inner import IserverScannerParamsGet200ResponseLocationTreeInner

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

# convert the object into a dict
iserver_scanner_params_get200_response_location_tree_inner_dict = iserver_scanner_params_get200_response_location_tree_inner_instance.to_dict()
# create an instance of IserverScannerParamsGet200ResponseLocationTreeInner from a dict
iserver_scanner_params_get200_response_location_tree_inner_from_dict = IserverScannerParamsGet200ResponseLocationTreeInner.from_dict(iserver_scanner_params_get200_response_location_tree_inner_dict)

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