ETA

[START epa_eta_definition] Lead time range [min, max). At least one of min or max needs to be provided. A fixed value can be provided by setting both min and max to the same value.

JSON representation
{
  "minLeadTimeDuration": string,
  "maxLeadTimeDuration": string
}
Fields
minLeadTimeDuration

string (Duration format)

Indicates a range of ETA duration.

A duration in seconds with up to nine fractional digits, ending with 's'. Example: "3.5s".

maxLeadTimeDuration

string (Duration format)

A duration in seconds with up to nine fractional digits, ending with 's'. Example: "3.5s".