Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IPagingQueryResult<T>

Pagination request result

since

5.12.0

Type Parameters

  • T

Hierarchy

  • IPagingQueryResult

Index

Properties

pageToken: string

Page token, required for fetching the next page of data.

totalCount?: number

Total count, not all interfaces provide this field

data: T[]

Data list