<- Object

Object

BatchResponse

Represents an individual response for a batched request to the SubmitBatch endpoint.

Link to section

Properties

Link to section

status_code

integer(32-bit)

HTTP status code for the response

Link to section

body

Map<string, string>

The body of the response (if any).

Link to section

headers

Map<string, string>

Contains any important headers for the response, indexed by header name. For example, if the response includes a pagination header, the header value is available from headers["Link"].

Link to section

request_id

string

The value provided in a request for request_id in the corresponding BatchRequest (if any).