Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IPagingQueryResult<T>

分页请求结果

since

5.12.0

Type parameters

  • T

Hierarchy

  • IPagingQueryResult

Index

Properties

pageToken

pageToken: string

当前页标识,请求下一页数据时需携带

Optional totalCount

totalCount?: number

总数,非所有接口提供此字段

data

data: T[]

数据列表