Show / Hide Table of Contents

Class UpdateVehicleAttributesResponse

UpdateVehicleAttributes response message.

Inheritance
object
UpdateVehicleAttributesResponse
Implements
IMessage<UpdateVehicleAttributesResponse>
IEquatable<UpdateVehicleAttributesResponse>
IDeepCloneable<UpdateVehicleAttributesResponse>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Maps.FleetEngine.V1
Assembly: Google.Maps.FleetEngine.V1.dll
Syntax
public sealed class UpdateVehicleAttributesResponse : IMessage<UpdateVehicleAttributesResponse>, IEquatable<UpdateVehicleAttributesResponse>, IDeepCloneable<UpdateVehicleAttributesResponse>, IBufferMessage, IMessage

Constructors

UpdateVehicleAttributesResponse()

Declaration
public UpdateVehicleAttributesResponse()

UpdateVehicleAttributesResponse(UpdateVehicleAttributesResponse)

Declaration
public UpdateVehicleAttributesResponse(UpdateVehicleAttributesResponse other)
Parameters
Type Name Description
UpdateVehicleAttributesResponse other

Properties

Attributes

Required. The updated full list of vehicle attributes, including new, altered, and untouched attributes.

Declaration
public RepeatedField<VehicleAttribute> Attributes { get; }
Property Value
Type Description
RepeatedField<VehicleAttribute>
In this article
Back to top Generated by DocFX