Response of monitor IDs that can or can't be safely deleted.

Hierarchy

  • CheckCanDeleteMonitorResponse

Constructors

Properties

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

Wrapper object with the list of monitor IDs.

errors?: {
    [key: string]: string[];
}

A mapping of Monitor ID to strings denoting where it's used.

Type declaration

  • [key: string]: string[]

Generated using TypeDoc