BatchCreateTasksRequestRestrictedLog

  • The JSON representation encompasses restricted data originating from a BatchCreateTasksRequestLog.

  • It is structured with a requests field containing an array of CreateTaskRequestRestrictedLog objects, which detail the resources slated for creation.

Contains restricted data from a BatchCreateTasksRequestLog.

JSON representation
{
  "requests": [
    {
      object (CreateTaskRequestRestrictedLog)
    }
  ]
}
Fields
requests[]

object (CreateTaskRequestRestrictedLog)

The request messages specifying the resources to create.