Object containing a deleted Synthetic test ID with the associated deletion timestamp.

Hierarchy

  • SyntheticsDeletedTest

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
deletedAt?: Date

Deletion timestamp of the Synthetic test ID.

publicId?: string

The Synthetic test ID deleted.

Generated using TypeDoc