Class UpdateVehicleAttributesRequest
UpdateVehicleAttributes
request message.
Implements
Namespace: Google.Maps.FleetEngine.V1
Assembly: Google.Maps.FleetEngine.V1.dll
Syntax
public sealed class UpdateVehicleAttributesRequest : IMessage<UpdateVehicleAttributesRequest>, IEquatable<UpdateVehicleAttributesRequest>, IDeepCloneable<UpdateVehicleAttributesRequest>, IBufferMessage, IMessage
Constructors
UpdateVehicleAttributesRequest()
Declaration
public UpdateVehicleAttributesRequest()
UpdateVehicleAttributesRequest(UpdateVehicleAttributesRequest)
Declaration
public UpdateVehicleAttributesRequest(UpdateVehicleAttributesRequest other)
Parameters
Type | Name | Description |
---|---|---|
UpdateVehicleAttributesRequest | other |
Properties
Attributes
Required. The vehicle attributes to update. Unmentioned attributes are not altered or removed.
Declaration
public RepeatedField<VehicleAttribute> Attributes { get; }
Property Value
Type | Description |
---|---|
RepeatedField<VehicleAttribute> |
Header
The standard Fleet Engine request header.
Declaration
public RequestHeader Header { get; set; }
Property Value
Type | Description |
---|---|
RequestHeader |
Name
Required. Must be in the format providers/{provider}/vehicles/{vehicle}
.
The provider must be the Project ID (for example, sample-cloud-project
)
of the Google Cloud Project of which the service account making
this call is a member.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |