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

public sealed class ShipmentRoute.Types.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(Break)

public Break(ShipmentRoute.Types.Break other)
Parameter
Name Description
other ShipmentRouteTypesBreak

Properties

Duration

public Duration Duration { get; set; }

Duration of a break.

Property Value
Type Description
Duration

StartTime

public Timestamp StartTime { get; set; }

Start time of a break.

Property Value
Type Description
Timestamp