VehicleTypeLog

  • The vehicle data is represented using JSON.

  • Vehicle information includes a vehicleCategory field, which indicates the type of vehicle using an enum value from VehicleTypeCategoryLog.

The type of vehicle.

JSON representation
{
  "vehicleCategory": enum (VehicleTypeCategoryLog)
}
Fields
vehicleCategory

enum (VehicleTypeCategoryLog)

The type category that applies to this vehicle.