Class UpdateVehicleAttributesResponse
UpdateVehicleAttributes
response message.
Implements
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> |