RequestBatch

A batch of requests to Execute.

JSON representation
{ "name": string, "requests": [ { object (Request) } ] }
Fields
name

string

The name of the resource this request is for. Some Batch implementations may require a batch to be for only a single resource, for example a single database.

requests[]

object (Request)

The requests contained in this batch.