Class SyntheticsTestParentSuiteAttributes

Object containing details about a parent suite of a Synthetic test.

Hierarchy

  • SyntheticsTestParentSuiteAttributes

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

The name of the child test within the suite.

childPublicId?: string

The public ID of the child test within the suite.

monitorId?: number

The associated monitor ID.

name?: string

Name of the parent suite.

overallState?: number

The overall state of the parent suite.

overallStateModified?: string

Timestamp of when the overall state was last modified.

publicId?: string

The public ID of the parent suite.

Generated using TypeDoc