[Obsolete]
public sealed class 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][] instead. Time interval spent on the route resulting from a [TransitionAttributes.delay][google.cloud.optimization.v1.TransitionAttributes.delay].
Implements
IMessage<ShipmentRoute.Types.Delay>, IEquatable<ShipmentRoute.Types.Delay>, IDeepCloneable<ShipmentRoute.Types.Delay>, IBufferMessage, IMessageNamespace
Google.Cloud.Optimization.V1Assembly
Google.Cloud.Optimization.V1.dll
Constructors
Delay()
public Delay()
Delay(ShipmentRoute.Types.Delay)
public Delay(ShipmentRoute.Types.Delay other)
Parameter | |
---|---|
Name | Description |
other | ShipmentRoute.Types.Delay |
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 |