GetVehicleLog

Dettagli sulla richiesta e sulla risposta GetVehicle.

Rappresentazione JSON
{
  "request": {
    object (GetVehicleRequestLog)
  },
  "response": {
    object (VehicleLog)
  },
  "errorResponse": {
    object (ErrorResponseLog)
  }
}
Campi
request

object (GetVehicleRequestLog)

Richiesta inviata a Fleet Engine.

response

object (VehicleLog)

La risposta è stata restituita al client. Se la chiamata RPC restituisce un errore, la risposta non è impostata.

errorResponse

object (ErrorResponseLog)

La risposta di errore restituita al client. Se la chiamata RPC ha esito positivo, non verrà configurato.

GetVehicleRequestLog

Dettagli sulla richiesta GetVehicle.

Rappresentazione JSON
{
  "header": {
    object (RequestHeaderLog)
  },
  "vehicleId": string
}
Campi
header

object (RequestHeaderLog)

Intestazione della richiesta.

vehicleId

string

ID del veicolo richiesto.