Class GetDeliveryVehicleRequest
The GetDeliveryVehicle
request message.
Implements
Namespace: Google.Maps.FleetEngine.Delivery.V1
Assembly: Google.Maps.FleetEngine.Delivery.V1.dll
Syntax
public sealed class GetDeliveryVehicleRequest : IMessage<GetDeliveryVehicleRequest>, IEquatable<GetDeliveryVehicleRequest>, IDeepCloneable<GetDeliveryVehicleRequest>, IBufferMessage, IMessage
Constructors
GetDeliveryVehicleRequest()
Declaration
public GetDeliveryVehicleRequest()
GetDeliveryVehicleRequest(GetDeliveryVehicleRequest)
Declaration
public GetDeliveryVehicleRequest(GetDeliveryVehicleRequest other)
Parameters
Type | Name | Description |
---|---|---|
GetDeliveryVehicleRequest | other |
Properties
DeliveryVehicleName
DeliveryVehicleName-typed view over the Name resource name property.
Declaration
public DeliveryVehicleName DeliveryVehicleName { get; set; }
Property Value
Type | Description |
---|---|
DeliveryVehicleName |
Header
Optional. The standard Delivery API request header.
Declaration
public DeliveryRequestHeader Header { get; set; }
Property Value
Type | Description |
---|---|
DeliveryRequestHeader |
Name
Required. Must be in the format
providers/{provider}/deliveryVehicles/{delivery_vehicle}
.
The provider
must be the Google Cloud Project ID. For example,
sample-cloud-project
.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |