Skip to content

ProjectFilesResponse

QuantConnect.Api.ProjectFilesResponse

ProjectFilesResponse()

Bases: RestResponse

Response received when creating a file or reading one file or more in a project

JSON Constructor

files

files: List[ProjectFile]

List of project file information

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