Lean  $LEAN_TAG$
QuantConnect.Api.ProjectResponse Class Reference

Project list response More...

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

Properties

List< ProjectProjects [get, set]
 List of projects for the authenticated user More...
 
- Properties inherited from QuantConnect.Api.VersionsResponse
List< VersionVersions [get, set]
 List of LEAN versions 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...
 
- Public Member Functions inherited from QuantConnect.Api.StringRepresentation
override string ToString ()
 Returns the string representation of this object More...
 

Detailed Description

Project list response

Definition at line 452 of file Project.cs.

Property Documentation

◆ Projects

List<Project> QuantConnect.Api.ProjectResponse.Projects
getset

List of projects for the authenticated user

Definition at line 458 of file Project.cs.


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