Describes a vehicle attribute as a key-value pair.
JSON representation |
---|
{ "key": string, "value": string, // Union field |
Fields | |
---|---|
key |
The attribute's key; for example, |
value |
The attribute's value; for example, |
Union field vehicle_attribute_value . The attribute's value, can be in string, bool, or double type. vehicle_attribute_value can be only one of the following: |
|
string |
String typed attribute value. |
bool |
Boolean typed attribute value. |
number |
Double typed attribute value. |