Interface protos.google.cloud.optimization.v1.IAggregatedMetrics (3.2.0)

Properties of an AggregatedMetrics.

Package

@google-cloud/optimization

Properties

breakDuration

breakDuration?: (google.protobuf.IDuration|null);

AggregatedMetrics breakDuration

costs

costs?: ({ [k: string]: number }|null);

AggregatedMetrics costs

delayDuration

delayDuration?: (google.protobuf.IDuration|null);

AggregatedMetrics delayDuration

maxLoads

maxLoads?: ({ [k: string]: google.cloud.optimization.v1.ShipmentRoute.IVehicleLoad }|null);

AggregatedMetrics maxLoads

performedShipmentCount

performedShipmentCount?: (number|null);

AggregatedMetrics performedShipmentCount

totalCost

totalCost?: (number|null);

AggregatedMetrics totalCost

totalDuration

totalDuration?: (google.protobuf.IDuration|null);

AggregatedMetrics totalDuration

travelDistanceMeters

travelDistanceMeters?: (number|null);

AggregatedMetrics travelDistanceMeters

travelDuration

travelDuration?: (google.protobuf.IDuration|null);

AggregatedMetrics travelDuration

visitDuration

visitDuration?: (google.protobuf.IDuration|null);

AggregatedMetrics visitDuration

waitDuration

waitDuration?: (google.protobuf.IDuration|null);

AggregatedMetrics waitDuration