Metadata related to the paginated response.

Hierarchy

  • CSMAgentsMetadata

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

The index of the current page in the paginated results.

pageSize?: number

The number of items per page in the paginated results.

totalFiltered?: number

Total number of items that match the filter criteria.

Generated using TypeDoc