Skip to content

ProjectResponse

QuantConnect.Api.ProjectResponse

ProjectResponse()

Bases: VersionsResponse

Project list response

JSON Constructor

projects

projects: List[Project]

List of projects for the authenticated user

success

success: bool

Indicate if the API request was successful.

errors

errors: List[str]

List of errors with the API call.

versions

versions: List[Version]

List of LEAN versions

to_string

to_string() -> str

Returns the string representation of this object