Class: Google::Cloud::Optimization::V1::Vehicle::LoadLimit::Interval
- Inherits:
-
Object
- Object
- Google::Cloud::Optimization::V1::Vehicle::LoadLimit::Interval
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/optimization/v1/fleet_routing.rb
Overview
Interval of acceptable load amounts.
Instance Attribute Summary collapse
-
#max ⇒ ::Integer
A maximum acceptable load.
-
#min ⇒ ::Integer
A minimum acceptable load.
Instance Attribute Details
#max ⇒ ::Integer
1421 1422 1423 1424 |
# File 'proto_docs/google/cloud/optimization/v1/fleet_routing.rb', line 1421 class Interval include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |