[Obsolete]
public sealed class ShipmentRoute.Types.Delay : IMessage<ShipmentRoute.Types.Delay>, IEquatable<ShipmentRoute.Types.Delay>, IDeepCloneable<ShipmentRoute.Types.Delay>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Optimization v1 API class ShipmentRoute.Types.Delay.
Deprecated: Use [ShipmentRoute.Transition.delay_duration][google.cloud.optimization.v1.ShipmentRoute.Transition.delay_duration] instead. Time interval spent on the route resulting from a [TransitionAttributes.delay][google.cloud.optimization.v1.TransitionAttributes.delay].
Implements
IMessageShipmentRouteTypesDelay, IEquatableShipmentRouteTypesDelay, IDeepCloneableShipmentRouteTypesDelay, IBufferMessage, IMessageNamespace
Google.Cloud.Optimization.V1Assembly
Google.Cloud.Optimization.V1.dll
Constructors
Delay()
public Delay()
Delay(Delay)
public Delay(ShipmentRoute.Types.Delay other)
Parameter | |
---|---|
Name | Description |
other | ShipmentRouteTypesDelay |
Properties
Duration
public Duration Duration { get; set; }
Duration of the delay.
Property Value | |
---|---|
Type | Description |
Duration |
StartTime
public Timestamp StartTime { get; set; }
Start of the delay.
Property Value | |
---|---|
Type | Description |
Timestamp |