Google Cloud Tasks v2beta3 API - Class BatchCreateTasksResponse (3.0.0-beta09)

public sealed class BatchCreateTasksResponse : IMessage<BatchCreateTasksResponse>, IEquatable<BatchCreateTasksResponse>, IDeepCloneable<BatchCreateTasksResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Tasks v2beta3 API class BatchCreateTasksResponse.

Response message for [BatchCreateTasks].

Inheritance

object > BatchCreateTasksResponse

Namespace

Google.Cloud.Tasks.V2Beta3

Assembly

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