public sealed class ShipmentRoute.Types.Break : IMessage<ShipmentRoute.Types.Break>, IEquatable<ShipmentRoute.Types.Break>, IDeepCloneable<ShipmentRoute.Types.Break>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Optimization v1 API class ShipmentRoute.Types.Break.
Data representing the execution of a break.
Implements
IMessageShipmentRouteTypesBreak, IEquatableShipmentRouteTypesBreak, IDeepCloneableShipmentRouteTypesBreak, IBufferMessage, IMessageNamespace
Google.Cloud.Optimization.V1Assembly
Google.Cloud.Optimization.V1.dll
Constructors
Break()
public Break()Break(Break)
public Break(ShipmentRoute.Types.Break other)| Parameter | |
|---|---|
| Name | Description |
other |
ShipmentRouteTypesBreak |
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 |
|