Object containing details about a Synthetic suite.

Hierarchy

  • SyntheticsSuite

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
message?: string

Notification message associated with the suite.

monitorId?: number

The associated monitor ID.

name: string

Name of the suite.

Object describing the extra options for a Synthetic suite.

publicId?: string

The public ID for the test.

tags?: string[]

Array of tags attached to the suite.

Type of the Synthetic suite, suite.

Generated using TypeDoc