apiBatchResponse
Extends: | apiListBase |
A batch response, comprised of one or more response elements.
JSON
property | type | description |
---|---|---|
items | array of items/elements (apiBatchResponseElement) | |
success | success (boolean) | Read-only. True if every response element's ApiBatchResponseElement#getStatusCode() is in the range [200, 300), false otherwise. |