Lean  $LEAN_TAG$
QuantConnect.Api.RestResponse Class Reference

Base API response class for the QuantConnect API. More...

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

Public Member Functions

 RestResponse ()
 JSON Constructor 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...
 

Detailed Description

Base API response class for the QuantConnect API.

Definition at line 23 of file RestResponse.cs.

Constructor & Destructor Documentation

◆ RestResponse()

QuantConnect.Api.RestResponse.RestResponse ( )

JSON Constructor

Definition at line 28 of file RestResponse.cs.

Property Documentation

◆ Success

bool QuantConnect.Api.RestResponse.Success
getset

Indicate if the API request was successful.

Definition at line 38 of file RestResponse.cs.

◆ Errors

List<string> QuantConnect.Api.RestResponse.Errors
getset

List of errors with the API call.

Definition at line 44 of file RestResponse.cs.


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