weights property
A list of inclusive order weight upper bounds.
The last weight's value can be "infinity"
. For example [{"value": "10", "unit": "kg"}, {"value": "50", "unit": "kg"}, {"value": "infinity", "unit": "kg"}]
represents the headers "<= 10kg", "<= 50kg", and ">
50kg". All weights within a service must have the same unit. Must be
non-empty. Can only be set if all other fields are not set.
Implementation
core.List<Weight>? weights;