Skip to content

ProjectNodesResponse

QuantConnect.Api.ProjectNodesResponse

ProjectNodesResponse()

Bases: RestResponse

Response received when reading or updating some nodes of a project

JSON Constructor

nodes

nodes: NodeList

List of project nodes.

auto_select_node

auto_select_node: bool

Indicate if the node is automatically selected

success

success: bool

Indicate if the API request was successful.

errors

errors: List[str]

List of errors with the API call.

to_string

to_string() -> str

Returns the string representation of this object