Stay organized with collections
Save and categorize content based on your preferences.
Any nonnegative additive quantity with an integer amount that can be used to represent capacity of a Vehicle and consumption of that capacity by a Shipment. Example: type: "weight_grams" value: 450000type: "volume_liters" value: 10000
JSON representation
{"type": string,"value": string}
Fields
type
string
A unique identifier of the type of this quantity, used to match several CapacityQuantity in different contexts. It should be self-descriptive, including the units used; see the examples in message comment.
The quantity itself. Since it is an integer (whose precision may impact performance), clients are advised to choose an appropriate unit. It must be nonnegative, but we use int64 because it's more compact on the wire.
[[["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 2022-04-14 UTC."],[],[]]