Class ShipmentRoute.Types.Break
Data representing the execution of a break.
Implements
Namespace: Google.Maps.RouteOptimization.V1
Assembly: Google.Maps.RouteOptimization.V1.dll
Syntax
public sealed class ShipmentRoute.Types.Break : IMessage<ShipmentRoute.Types.Break>, IEquatable<ShipmentRoute.Types.Break>, IDeepCloneable<ShipmentRoute.Types.Break>, IBufferMessage, IMessage
Constructors
Break()
Declaration
public Break()
Break(Break)
Declaration
public Break(ShipmentRoute.Types.Break other)
Parameters
Type | Name | Description |
---|---|---|
ShipmentRoute.Types.Break | other |
Properties
Duration
Duration of a break.
Declaration
public Duration Duration { get; set; }
Property Value
Type | Description |
---|---|
Duration |
StartTime
Start time of a break.
Declaration
public Timestamp StartTime { get; set; }
Property Value
Type | Description |
---|---|
Timestamp |