- JSON 表示法
- UpdateVehicleAttributesRequestLog
<ph type="x-smartling-placeholder">
- </ph>
- JSON 表示法
- UpdateVehicleAttributesResponseLog
<ph type="x-smartling-placeholder">
- </ph>
- JSON 表示法
有关 UpdateVehicleAttributes 请求和响应的详细信息。
| JSON 表示法 |
|---|
{ "request": { object ( |
| 字段 | |
|---|---|
request |
发送到 Fleet Engine 的请求。 |
response |
返回给客户端的响应。如果 RPC 调用导致错误,则不会设置响应。 |
errorResponse |
返回给客户端的错误响应。如果 RPC 调用成功,则不会设置 errorResponse。 |
UpdateVehicleAttributesRequestLog
有关 UpdateVehicleAttributes 请求的详细信息。
| JSON 表示法 |
|---|
{ "header": { object ( |
| 字段 | |
|---|---|
header |
请求标头。 |
name |
要更新的车辆的 ID。 |
attributes[] |
要更新的车辆属性。系统不会更改或移除未提及的属性。 |
UpdateVehicleAttributesResponseLog
有关 UpdateVehicleAttributes 响应的详细信息。
| JSON 表示法 |
|---|
{
"attributes": [
{
object ( |
| 字段 | |
|---|---|
attributes[] |
更新后的车辆属性完整列表,包括全新、改动和未改动的属性。 |