apiBatchResponseElement

A single element of a batch response, often part of a list with other elements.

JSON

property type description
statusCode statusCode (int) Read-only. The HTTP status code of the response.
response response (anyType) Read-only. The (optional) serialized body of the response, in the representation produced by the corresponding API endpoint, such as application/json.