Class: Google::Cloud::Optimization::V1::Shipment::Load
- Inherits:
-
Object
- Object
- Google::Cloud::Optimization::V1::Shipment::Load
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/optimization/v1/fleet_routing.rb
Overview
When performing a visit, a predefined amount may be added to the vehicle load if it's a pickup, or subtracted if it's a delivery. This message defines such amount. See load_demands.
Instance Attribute Summary collapse
-
#amount ⇒ ::Integer
The amount by which the load of the vehicle performing the corresponding visit will vary.
Instance Attribute Details
#amount ⇒ ::Integer
1024 1025 1026 1027 |
# File 'proto_docs/google/cloud/optimization/v1/fleet_routing.rb', line 1024 class Load include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |