BatchItem
A single batch request item. Batch executions are comprised of an array of these entities.
Fields
Field | Type | Mode † | Description |
---|---|---|---|
key | String | required | The key identifying this request item. This key will appear in the corresponding BatchResponse.id. The key should be unique among all BatchItems in the same request. |
request | BatchRequest | required | The BatchRequest object. |