Interface: ListOptions
Defined in: src/types/common.ts:16
Common options for list/pagination operations.
Properties
maxPageSize?
ts
optional maxPageSize: number;Defined in: src/types/common.ts:18
Maximum number of items to return per page
pageToken?
ts
optional pageToken: string;Defined in: src/types/common.ts:20
Token from a previous response to fetch the next page