Details on CreateVehicle request and response.
JSON representation |
---|
{ "request": { object ( |
Fields | |
---|---|
request |
The request sent to Fleet Engine. |
response |
The response returned to the client. If the RPC call results in an error the response is not set. |
error |
The error response returned to the client. It will be unset if the RPC call succeeded. |
CreateVehicleRequestLog
Details on the CreateVehicle request.
JSON representation |
---|
{ "header": { object ( |
Fields | |
---|---|
header |
Request header. |
vehicle |
The ID of the vehicle being created. |
vehicle |
The Vehicle entity to create. |