Show / Hide Table of Contents

Class BatchCreateTasksResponse

The BatchCreateTask response message.

Inheritance
object
BatchCreateTasksResponse
Implements
IMessage<BatchCreateTasksResponse>
IEquatable<BatchCreateTasksResponse>
IDeepCloneable<BatchCreateTasksResponse>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Maps.FleetEngine.Delivery.V1
Assembly: Google.Maps.FleetEngine.Delivery.V1.dll
Syntax
public sealed class BatchCreateTasksResponse : IMessage<BatchCreateTasksResponse>, IEquatable<BatchCreateTasksResponse>, IDeepCloneable<BatchCreateTasksResponse>, IBufferMessage, IMessage

Constructors

BatchCreateTasksResponse()

Declaration
public BatchCreateTasksResponse()

BatchCreateTasksResponse(BatchCreateTasksResponse)

Declaration
public BatchCreateTasksResponse(BatchCreateTasksResponse other)
Parameters
Type Name Description
BatchCreateTasksResponse other

Properties

Tasks

The created Tasks.

Declaration
public RepeatedField<Task> Tasks { get; }
Property Value
Type Description
RepeatedField<Task>
In this article
Back to top Generated by DocFX