VehicleAttributeLog

將車輛屬性描述為鍵/值組合。

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.
}
欄位
key

string

屬性的索引鍵,例如 allowed_use_carpool_lane

value

string

屬性的值,例如 true

聯集欄位 vehicle_attribute_value。屬性值可以是字串、bool 或雙精度類型。vehicle_attribute_value 只能是下列其中一項:
stringValue

string

字串類型的屬性值。

boolValue

boolean

布林值類型的屬性值。

numberValue

number

雙重輸入屬性值。