Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.6 KB

File metadata and controls

30 lines (21 loc) · 1.6 KB

IserverScannerParamsGet200ResponseLocationTreeInnerLocationsInner

Properties

Name Type Description Notes
display_name str [optional]
type str [optional]

Example

from ibkr_web_api.models.iserver_scanner_params_get200_response_location_tree_inner_locations_inner import IserverScannerParamsGet200ResponseLocationTreeInnerLocationsInner

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

# convert the object into a dict
iserver_scanner_params_get200_response_location_tree_inner_locations_inner_dict = iserver_scanner_params_get200_response_location_tree_inner_locations_inner_instance.to_dict()
# create an instance of IserverScannerParamsGet200ResponseLocationTreeInnerLocationsInner from a dict
iserver_scanner_params_get200_response_location_tree_inner_locations_inner_from_dict = IserverScannerParamsGet200ResponseLocationTreeInnerLocationsInner.from_dict(iserver_scanner_params_get200_response_location_tree_inner_locations_inner_dict)

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