Lean
$LEAN_TAG$
|
Base API response class for the QuantConnect API. More...
Public Member Functions | |
RestResponse () | |
JSON Constructor More... | |
Public Member Functions inherited from QuantConnect.Api.StringRepresentation | |
override string | ToString () |
Returns the string representation of this object More... | |
Properties | |
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... | |
Base API response class for the QuantConnect API.
Definition at line 22 of file RestResponse.cs.
QuantConnect.Api.RestResponse.RestResponse | ( | ) |
JSON Constructor
Definition at line 27 of file RestResponse.cs.
|
getset |
Indicate if the API request was successful.
Definition at line 36 of file RestResponse.cs.
|
getset |
List of errors with the API call.
Definition at line 41 of file RestResponse.cs.