The object containing information about the pages of the list of SLOs.

Hierarchy

  • SLOListResponseMetadataPage

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
totalCount?: number

The total number of resources that could be retrieved ignoring the parameters and filters in the request.

totalFilteredCount?: number

The total number of resources that match the parameters and filters in the request. This attribute can be used by a client to determine the total number of pages.

Generated using TypeDoc