Metadata for pagination

Hierarchy

  • SecurityEntityRiskScoresMeta

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
pageNumber: number

Current page number (1-indexed)

pageSize: number

Number of items per page

queryId: string

Query ID for pagination consistency

totalRowCount: number

Total number of entities matching the query

Generated using TypeDoc