Class BatchDeleteTasksRequest
Request message for deleting a batch of tasks using BatchDeleteTasks.
Implements
Inherited Members
Namespace: Google.Apis.CloudTasks.v2beta3.Data
Assembly: Google.Apis.CloudTasks.v2beta3.dll
Syntax
public class BatchDeleteTasksRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Names
Required. The names of the tasks to delete. A maximum of 1000 tasks can be deleted in a batch. For example:
Format: projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID
Declaration
[JsonProperty("names")]
public virtual IList<string> Names { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<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 |