Lean  $LEAN_TAG$
QuantConnect.Api.ProjectFilesResponse Class Reference

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

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

Properties

List< ProjectFileFiles [get, set]
 List of project file information 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 creating a file or reading one file or more in a project

Definition at line 73 of file ProjectFile.cs.

Property Documentation

◆ Files

List<ProjectFile> QuantConnect.Api.ProjectFilesResponse.Files
getset

List of project file information

Definition at line 79 of file ProjectFile.cs.


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