UpdateTripLog

Details on UpdateTrip request and response.

JSON representation
{
  "request": {
    object (UpdateTripRequestLog)
  },
  "response": {
    object (TripLog)
  },
  "errorResponse": {
    object (ErrorResponseLog)
  }
}
Fields
request

object (UpdateTripRequestLog)

The request sent to Fleet Engine.

response

object (TripLog)

The response returned to the client. If the RPC call results in an error the response is not set.

errorResponse

object (ErrorResponseLog)

The error response returned to the client. It will be unset if the RPC call succeeded.

UpdateTripRequestLog

Details on the UpdateTrip request.

JSON representation
{
  "header": {
    object (RequestHeaderLog)
  },
  "tripId": string,
  "trip": {
    object (TripLog)
  },
  "updateMask": string
}
Fields
header

object (RequestHeaderLog)

Request header.

tripId

string

The ID of the trip to update.

trip

object (TripLog)

The trip specified in the update request.

updateMask

string (FieldMask format)

The field mask indicating which fields to update.

This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".