public sealed class Break : IMessage<ShipmentRoute.Types.Break>, IEquatable<ShipmentRoute.Types.Break>, IDeepCloneable<ShipmentRoute.Types.Break>, IBufferMessage, IMessage
Data representing the execution of a break.
Implements
IMessage<ShipmentRoute.Types.Break>, IEquatable<ShipmentRoute.Types.Break>, IDeepCloneable<ShipmentRoute.Types.Break>, IBufferMessage, IMessageNamespace
Google.Cloud.Optimization.V1Assembly
Google.Cloud.Optimization.V1.dll
Constructors
Break()
public Break()
Break(ShipmentRoute.Types.Break)
public Break(ShipmentRoute.Types.Break other)
Parameter | |
---|---|
Name | Description |
other | ShipmentRoute.Types.Break |
Properties
Duration
public Duration Duration { get; set; }
Duration of a break.
Property Value | |
---|---|
Type | Description |
Duration |
StartTime
public Timestamp StartTime { get; set; }
Start time of a break.
Property Value | |
---|---|
Type | Description |
Timestamp |