public sealed class BatchCreateTasksResponse : IMessage<BatchCreateTasksResponse>, IEquatable<BatchCreateTasksResponse>, IDeepCloneable<BatchCreateTasksResponse>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Tasks v2beta3 API class BatchCreateTasksResponse.
Response message for [BatchCreateTasks].
Implements
IMessageBatchCreateTasksResponse, IEquatableBatchCreateTasksResponse, IDeepCloneableBatchCreateTasksResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Tasks.V2Beta3Assembly
Google.Cloud.Tasks.V2Beta3.dll
Constructors
BatchCreateTasksResponse()
public BatchCreateTasksResponse()BatchCreateTasksResponse(BatchCreateTasksResponse)
public BatchCreateTasksResponse(BatchCreateTasksResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
BatchCreateTasksResponse |
Properties
Tasks
public RepeatedField<Task> Tasks { get; }The tasks that were successfully created.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldTask |
|