Show / Hide Table of Contents

Class ShipmentRoute.Types.Break

Data representing the execution of a break.

Inheritance
object
ShipmentRoute.Types.Break
Implements
IMessage<ShipmentRoute.Types.Break>
IEquatable<ShipmentRoute.Types.Break>
IDeepCloneable<ShipmentRoute.Types.Break>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Maps.RouteOptimization.V1
Assembly: Google.Maps.RouteOptimization.V1.dll
Syntax
public sealed class ShipmentRoute.Types.Break : IMessage<ShipmentRoute.Types.Break>, IEquatable<ShipmentRoute.Types.Break>, IDeepCloneable<ShipmentRoute.Types.Break>, IBufferMessage, IMessage

Constructors

Break()

Declaration
public Break()

Break(Break)

Declaration
public Break(ShipmentRoute.Types.Break other)
Parameters
Type Name Description
ShipmentRoute.Types.Break other

Properties

Duration

Duration of a break.

Declaration
public Duration Duration { get; set; }
Property Value
Type Description
Duration

StartTime

Start time of a break.

Declaration
public Timestamp StartTime { get; set; }
Property Value
Type Description
Timestamp
In this article
Back to top Generated by DocFX