VehicleAttributeLog

Beschreibt ein Fahrzeugattribut als Schlüssel/Wert-Paar.

JSON-Darstellung
{
  "key": string,
  "value": string,

  // Union field vehicle_attribute_value can be only one of the following:
  "stringValue": string,
  "boolValue": boolean,
  "numberValue": number
  // End of list of possible types for union field vehicle_attribute_value.
}
Felder
key

string

Der Schlüssel des Attributs, z. B. allowed_use_carpool_lane.

value

string

Der Wert des Attributs, z. B. true.

Union-Feld vehicle_attribute_value. Der Wert des Attributs kann als String, als Bool oder als Double-Typ angegeben werden. Für vehicle_attribute_value ist nur einer der folgenden Werte zulässig:
stringValue

string

Wert des String-Typs.

boolValue

boolean

Boolescher Wert für Attribut.

numberValue

number

Doppelter Attributwert.