Lean
$LEAN_TAG$
|
Response received when fetching Object Store More...
Properties | |
string | JobId [get, set] |
Job ID which can be used for querying state or packaging More... | |
string | Url [get, set] |
The URL to download the object. This can also be null 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... | |
Public Member Functions inherited from QuantConnect.Api.StringRepresentation | |
override string | ToString () |
Returns the string representation of this object More... | |
Response received when fetching Object Store
Definition at line 25 of file ObjectStoreResponse.cs.
|
getset |
Job ID which can be used for querying state or packaging
Definition at line 31 of file ObjectStoreResponse.cs.
|
getset |
The URL to download the object. This can also be null
Definition at line 37 of file ObjectStoreResponse.cs.