Type aliases
PaginatedResponseAgentData
PaginatedResponseAgentData =
object
Defined in: packages/cloud/src/client/types.gen.ts:5320
Properties
items
items:
AgentData
[]
Defined in: packages/cloud/src/client/types.gen.ts:5324
The list of items.
next_page_token?
optional
next_page_token:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:5328
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:5332
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.