Cloud Optimization v1 API - Class ShipmentRoute.Types.Break (2.0.0)

public sealed class Break : IMessage<ShipmentRoute.Types.Break>, IEquatable<ShipmentRoute.Types.Break>, IDeepCloneable<ShipmentRoute.Types.Break>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Optimization v1 API class ShipmentRoute.Types.Break.

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