Class SyntheticsApiMultistepParentTestAttributes

Attributes of a parent API multistep test.

Hierarchy

  • SyntheticsApiMultistepParentTestAttributes

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 subtest.

childPublicId?: string

The public ID of the child subtest.

monitorId?: number

The associated monitor ID.

name?: string

Name of the parent test.

overallState?: number

The overall state of the parent test.

overallStateModified?: string

Timestamp of when the overall state was last modified.

publicId?: string

The public ID of the parent test.

Generated using TypeDoc