Logo
Type aliases

PaginatedResponseAggregateGroup

PaginatedResponseAggregateGroup = object

Defined in: packages/cloud/src/client/types.gen.ts:5335

Properties

items

items: AggregateGroup[]

Defined in: packages/cloud/src/client/types.gen.ts:5339

The list of items.


next_page_token?

optional next_page_token: string | null

Defined in: packages/cloud/src/client/types.gen.ts:5343

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.


total_size?

optional total_size: number | null

Defined in: packages/cloud/src/client/types.gen.ts:5347

The total number of items available. This is only populated when specifically requested. The value may be an estimate and can be used for display purposes only.