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]).
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].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This documentation provides details for the `ShipmentRoute.Types.VehicleLoad` class within the Google Cloud Optimization v1 API, highlighting its role in reporting the actual load of a vehicle during a route."],["The class `ShipmentRoute.Types.VehicleLoad` inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and functionality within the .NET ecosystem."],["The primary functionality of `VehicleLoad` involves tracking the load amount on the vehicle using the `Amount` property, which is of type `long` and represents a numerical value associated with the load type."],["This class has two constructors: a default `VehicleLoad()` and an overloaded constructor `VehicleLoad(ShipmentRoute.Types.VehicleLoad other)` that allows for creating an instance based on an existing `VehicleLoad` object."],["Multiple versions of this reference documentation are available, ranging from version `1.0.0-beta01` to the latest version `2.6.0`, indicating ongoing updates and enhancements to the API."]]],[]]