Show / Hide Table of Contents

Class VehicleStop.Types.TaskInfo

Additional information about the Task performed at this stop.

Inheritance
object
VehicleStop.Types.TaskInfo
Implements
IMessage<VehicleStop.Types.TaskInfo>
IEquatable<VehicleStop.Types.TaskInfo>
IDeepCloneable<VehicleStop.Types.TaskInfo>
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 VehicleStop.Types.TaskInfo : IMessage<VehicleStop.Types.TaskInfo>, IEquatable<VehicleStop.Types.TaskInfo>, IDeepCloneable<VehicleStop.Types.TaskInfo>, IBufferMessage, IMessage

Constructors

TaskInfo()

Declaration
public TaskInfo()

TaskInfo(TaskInfo)

Declaration
public TaskInfo(VehicleStop.Types.TaskInfo other)
Parameters
Type Name Description
VehicleStop.Types.TaskInfo other

Properties

TargetTimeWindow

Output only. The time window during which the task should be completed. This is only set in the response to GetDeliveryVehicle.

Declaration
public TimeWindow TargetTimeWindow { get; set; }
Property Value
Type Description
TimeWindow

TaskDuration

Output only. The time required to perform the Task.

Declaration
public Duration TaskDuration { get; set; }
Property Value
Type Description
Duration

TaskId

The Task ID. This field won't be populated in the response of a GetTask call. Task IDs are subject to the following restrictions:

  • Must be a valid Unicode string.
  • Limited to a maximum length of 64 characters.
  • Normalized according to [Unicode Normalization Form C] (http://www.unicode.org/reports/tr15/).
  • May not contain any of the following ASCII characters: '/', ':', '?', ',', or '#'.
Declaration
public string TaskId { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX