A response list of all service level objective deleted.

Hierarchy

  • SLODeleteResponse

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
data?: string[]

An array containing the ID of the deleted service level objective object.

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

An dictionary containing the ID of the SLO as key and a deletion error as value.

Type declaration

  • [key: string]: string

Generated using TypeDoc