UpdateVehicleAttributesLog

UpdateVehicleAttributes isteği ve yanıtıyla ilgili ayrıntılar.

JSON gösterimi
{
  "request": {
    object (UpdateVehicleAttributesRequestLog)
  },
  "response": {
    object (UpdateVehicleAttributesResponseLog)
  },
  "errorResponse": {
    object (ErrorResponseLog)
  }
}
Alanlar
request

object (UpdateVehicleAttributesRequestLog)

İstek Fleet Engine'e gönderildi.

response

object (UpdateVehicleAttributesResponseLog)

Yanıt istemciye döndürüldü. RPC çağrısı hatayla sonuçlanırsa yanıt ayarlanmaz.

errorResponse

object (ErrorResponseLog)

İstemciye döndürülen hata yanıtı. RPC çağrısı başarılı olursa errorResponse ayarlanmaz.

UpdateVehicleAttributesRequestLog

UpdateVehicleAttributes isteğiyle ilgili ayrıntılar.

JSON gösterimi
{
  "header": {
    object (RequestHeaderLog)
  },
  "name": string,
  "attributes": [
    {
      object (VehicleAttributeLog)
    }
  ]
}
Alanlar
header

object (RequestHeaderLog)

İstek başlığı.

name

string

Güncellenen aracın kimliği.

attributes[]

object (VehicleAttributeLog)

Güncellenecek araç özellikleri. Bahsedilmeyen özellikler değiştirilmez veya kaldırılmaz.

UpdateVehicleAttributesResponseLog

UpdateVehicleAttributes yanıtıyla ilgili ayrıntılar.

JSON gösterimi
{
  "attributes": [
    {
      object (VehicleAttributeLog)
    }
  ]
}
Alanlar
attributes[]

object (VehicleAttributeLog)

Yeni, değiştirilmiş ve el değmemiş özellikler dahil olmak üzere araç özelliklerinin güncellenmiş tam listesi.