Class ShipmentRoute.Types.Break (1.0.0-beta01)

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.

Inheritance

Object > ShipmentRoute.Types.Break

Namespace

Google.Cloud.Optimization.V1

Assembly

Google.Cloud.Optimization.V1.dll

Constructors

Break()

public Break()

Break(ShipmentRoute.Types.Break)

public Break(ShipmentRoute.Types.Break other)
Parameter
NameDescription
otherShipmentRoute.Types.Break

Properties

Duration

public Duration Duration { get; set; }

Duration of a break.

Property Value
TypeDescription
Duration

StartTime

public Timestamp StartTime { get; set; }

Start time of a break.

Property Value
TypeDescription
Timestamp