VehicleAttributeLog

Opisuje atrybut pojazdu jako parę klucz-wartość.

Zapis JSON
{
  "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.
}
Pola
key

string

Klucz atrybutu, na przykład allowed_use_carpool_lane.

value

string

Wartość atrybutu, na przykład true.

Pole sumy vehicle_attribute_value. Wartość atrybutu może być ciągiem tekstowym, wartością logiczną lub podwójnym. vehicle_attribute_value może mieć tylko jedną z tych wartości:
stringValue

string

Wartość atrybutu wpisywanego ciągu znaków.

boolValue

boolean

Wartość atrybutu logiczna wpisana.

numberValue

number

Podwójna wartość atrybutu.