Class DeleteVehicleRequest
DeleteVehicle request message.
Implements
Namespace: Google.Maps.FleetEngine.V1
Assembly: Google.Maps.FleetEngine.V1.dll
Syntax
public sealed class DeleteVehicleRequest : IMessage<DeleteVehicleRequest>, IEquatable<DeleteVehicleRequest>, IDeepCloneable<DeleteVehicleRequest>, IBufferMessage, IMessage
Constructors
DeleteVehicleRequest()
Declaration
public DeleteVehicleRequest()
DeleteVehicleRequest(DeleteVehicleRequest)
Declaration
public DeleteVehicleRequest(DeleteVehicleRequest other)
Parameters
Type | Name | Description |
---|---|---|
DeleteVehicleRequest | other |
Properties
Header
Optional. 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 |
VehicleName
VehicleName-typed view over the Name resource name property.
Declaration
public VehicleName VehicleName { get; set; }
Property Value
Type | Description |
---|---|
VehicleName |