PageInfo

class PageInfo(val totalCount: Int?, val page: Int, val pageSize: Int)

Contains pagination metadata for paginated responses.

Constructors

Link copied to clipboard
constructor(totalCount: Int?, page: Int, pageSize: Int)

Properties

Link copied to clipboard
val page: Int

The current page number (1-indexed)

Link copied to clipboard

The number of items per page

Link copied to clipboard

The total number of items available across all pages, if known

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String