Class DeletedSuitesRequestDeleteAttributes

Attributes for a bulk delete Synthetic test suites request.

Hierarchy

  • DeletedSuitesRequestDeleteAttributes

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
forceDeleteDependencies?: boolean

Whether to force deletion of suites that have dependent resources.

publicIds: string[]

List of public IDs of the Synthetic test suites to delete.

Generated using TypeDoc