An array of service level objective objects.

Hierarchy

  • SLOBulkDeleteResponseData

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

An array of service level objective object IDs that indicates which objects that were completely deleted.

updated?: string[]

An array of service level objective object IDs that indicates which objects that were modified (objects for which at least one threshold was deleted, but that were not completely deleted).

Generated using TypeDoc