Details on UpdateVehicleAttributes request and response.
JSON representation |
---|
{ "request": { object ( |
Fields | |
---|---|
request |
The request sent to Fleet Engine. |
response |
The response returned to the client. If RPC call results in error the response is not set. |
error |
The error response returned to the client. If RPC call succeeds, the errorResponse is not set. |
UpdateVehicleAttributesRequestLog
Details on UpdateVehicleAttributes request.
JSON representation |
---|
{ "header": { object ( |
Fields | |
---|---|
header |
Request header. |
name |
The ID of the vehicle being updated. |
attributes[] |
The vehicle attributes to update. Unmentioned attributes are not altered or removed. |
UpdateVehicleAttributesResponseLog
Details on UpdateVehicleAttributes response.
JSON representation |
---|
{
"attributes": [
{
object ( |
Fields | |
---|---|
attributes[] |
The updated full list of vehicle attributes, including new, altered, and untouched attributes. |