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
fromibkr_web_api.models.iserver_scanner_params_get200_response_location_tree_inner_locations_innerimportIserverScannerParamsGet200ResponseLocationTreeInnerLocationsInner# TODO update the JSON string belowjson="{}"# create an instance of IserverScannerParamsGet200ResponseLocationTreeInnerLocationsInner from a JSON stringiserver_scanner_params_get200_response_location_tree_inner_locations_inner_instance=IserverScannerParamsGet200ResponseLocationTreeInnerLocationsInner.from_json(json)
# print the JSON string representation of the objectprint(IserverScannerParamsGet200ResponseLocationTreeInnerLocationsInner.to_json())
# convert the object into a dictiserver_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 dictiserver_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)