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. 속성의 값은 문자열, 부울 또는 double 유형일 수 있습니다. vehicle_attribute_value은 다음 중 하나여야 합니다.
stringValue

string

문자열 유형 속성 값입니다.

boolValue

boolean

부울 유형 속성값

numberValue

number

이중 입력된 속성 값입니다.