Class BatchSubrequestResult
- Namespace
- NetCoreForce.Client.Models
- Assembly
- NetCoreForce.Client.dll
public class BatchSubrequestResult
- Inheritance
-
BatchSubrequestResult
- Inherited Members
Properties
Result
The response body of this subrequest.
The type depends on the response type of the subrequest.
If the result is an error, the type is a collection containing the error message and error code.
[JsonProperty(PropertyName = "result")]
public string Result { get; set; }
Property Value
StatusCode
An HTTP status code indicating the status of this subrequest.
[JsonProperty(PropertyName = "statusCode")]
public int StatusCode { get; set; }