public sealed class ShipmentRoute.Types.VehicleLoad : IMessage<ShipmentRoute.Types.VehicleLoad>, IEquatable<ShipmentRoute.Types.VehicleLoad>, IDeepCloneable<ShipmentRoute.Types.VehicleLoad>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Optimization v1 API class ShipmentRoute.Types.VehicleLoad.
Reports the actual load of the vehicle at some point along the route, for a given type (see [Transition.vehicle_loads][google.cloud.optimization.v1.ShipmentRoute.Transition.vehicle_loads]).
Implements
IMessageShipmentRouteTypesVehicleLoad, IEquatableShipmentRouteTypesVehicleLoad, IDeepCloneableShipmentRouteTypesVehicleLoad, IBufferMessage, IMessageNamespace
Google.Cloud.Optimization.V1Assembly
Google.Cloud.Optimization.V1.dll
Constructors
VehicleLoad()
public VehicleLoad()
VehicleLoad(VehicleLoad)
public VehicleLoad(ShipmentRoute.Types.VehicleLoad other)
Parameter | |
---|---|
Name | Description |
other |
ShipmentRouteTypesVehicleLoad |
Properties
Amount
public long Amount { get; set; }
The amount of load on the vehicle, for the given type. The unit of load is usually indicated by the type. See [Transition.vehicle_loads][google.cloud.optimization.v1.ShipmentRoute.Transition.vehicle_loads].
Property Value | |
---|---|
Type | Description |
long |