The definition of RetryStrategyLinear object.

Hierarchy

  • RetryStrategyLinear

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
interval: string

The RetryStrategyLinear interval. The expected format is the number of seconds ending with an s. For example, 1 day is 86400s

maxRetries: number

The RetryStrategyLinear maxRetries.

Generated using TypeDoc