The Wait step used in a Synthetic multi-step API test.

Hierarchy

  • SyntheticsAPIWaitStep

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
name: string

The name of the step.

The subtype of the Synthetic multi-step API wait step.

value: number

The time to wait in seconds. Minimum value: 0. Maximum value: 180.

Generated using TypeDoc