Cloud Optimization v1 API - Enum Vehicle.Types.UnloadingPolicy (2.6.0)

public enum Vehicle.Types.UnloadingPolicy

Reference documentation and code samples for the Cloud Optimization v1 API enum Vehicle.Types.UnloadingPolicy.

Policy on how a vehicle can be unloaded. Applies only to shipments having both a pickup and a delivery.

Other shipments are free to occur anywhere on the route independent of unloading_policy.

Namespace

Google.Cloud.Optimization.V1

Assembly

Google.Cloud.Optimization.V1.dll

Fields

Name Description
FirstInFirstOut

Deliveries must occur in the same order as pickups

LastInFirstOut

Deliveries must occur in reverse order of pickups

Unspecified

Unspecified unloading policy; deliveries must just occur after their corresponding pickups.