GetObjectStoreResponse
QuantConnect.Api.GetObjectStoreResponse
GetObjectStoreResponse()
Bases: RestResponse
Response received when fetching Object Store
JSON Constructor
job_id
job_id: str
Job ID which can be used for querying state or packaging
url
url: str
The URL to download the object. This can also be null
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