Cloud Optimization v1 API - Class ShipmentRoute.Types.Delay (2.5.0)

[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].

Inheritance

object > ShipmentRoute.Types.Delay

Namespace

Google.Cloud.Optimization.V1

Assembly

Google.Cloud.Optimization.V1.dll

Constructors

Delay()

public Delay()

Delay(Delay)

public Delay(ShipmentRoute.Types.Delay other)
Parameter
NameDescription
otherShipmentRouteTypesDelay

Properties

Duration

public Duration Duration { get; set; }

Duration of the delay.

Property Value
TypeDescription
Duration

StartTime

public Timestamp StartTime { get; set; }

Start of the delay.

Property Value
TypeDescription
Timestamp