unit property
The weight unit.
Acceptable values are: kg and lb
Required. Possible string values are:
- "WEIGHT_UNIT_UNSPECIFIED" : unit unspecified
- "POUND" : lb unit.
- "KILOGRAM" : kg unit.
Implementation
core.String? unit;
The weight unit.
Acceptable values are: kg and lb
Required. Possible string values are:
core.String? unit;