Lean  $LEAN_TAG$
QuantConnect.Api.ProjectNodesResponse Class Reference

Response received when reading or updating some nodes of a project More...

Inheritance diagram for QuantConnect.Api.ProjectNodesResponse:
[legend]

Properties

NodeList Nodes [get, set]
 List of project nodes. More...
 
bool AutoSelectNode [get, set]
 Indicate if the node is automatically selected More...
 
- Properties inherited from QuantConnect.Api.RestResponse
bool Success [get, set]
 Indicate if the API request was successful. More...
 
List< string > Errors [get, set]
 List of errors with the API call. More...
 

Additional Inherited Members

- Public Member Functions inherited from QuantConnect.Api.RestResponse
 RestResponse ()
 JSON Constructor More...
 

Detailed Description

Response received when reading or updating some nodes of a project

Definition at line 23 of file ProjectNode.cs.

Property Documentation

◆ Nodes

NodeList QuantConnect.Api.ProjectNodesResponse.Nodes
getset

List of project nodes.

Definition at line 29 of file ProjectNode.cs.

◆ AutoSelectNode

bool QuantConnect.Api.ProjectNodesResponse.AutoSelectNode
getset

Indicate if the node is automatically selected

Definition at line 35 of file ProjectNode.cs.


The documentation for this class was generated from the following file: