Show / Hide Table of Contents

Class BatchCreateTasksRequest

Request message for [BatchCreateTasks].

Inheritance
object
BatchCreateTasksRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudTasks.v2beta3.Data
Assembly: Google.Apis.CloudTasks.v2beta3.dll
Syntax
public class BatchCreateTasksRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

RequestId

Optional. This field will be used to identify the long running operation, avoiding duplication when user retries. If not provided, then a UUID will be generated at server side.

Declaration
[JsonProperty("requestId")]
public virtual string RequestId { get; set; }
Property Value
Type Description
string

Requests

Required. The list of requests to create tasks. The queue specified in parent field of each CreateTaskRequest will be the same. This validation happens on the client side as well as in the handler. BatchCreateTasksRequest.parent will also be the same value as the individual CreateTaskRequest.parent . The maximum number of requests is 100.

Declaration
[JsonProperty("requests")]
public virtual IList<CreateTaskRequest> Requests { get; set; }
Property Value
Type Description
IList<CreateTaskRequest>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX