Table of Contents

Class BatchResponse

Namespace
NetCoreForce.Client.Models
Assembly
NetCoreForce.Client.dll
public class BatchResponse
Inheritance
BatchResponse
Inherited Members

Properties

HasErrors

true if at least one of the results in the result set is an HTTP status code in the 400 or 500 range; false otherwise.

[JsonProperty(PropertyName = "hasErrors")]
public bool HasErrors { get; set; }

Property Value

bool

Results

Collection of subrequest results.

[JsonProperty(PropertyName = "results")]
public List<BatchSubrequestResult> Results { get; set; }

Property Value

List<BatchSubrequestResult>