@runloop/api-client - v1.4.0
GitHub
Documentation
Preparing search index...
sdk
Runloop
AgentsCursorIDPage
Class AgentsCursorIDPage<Item>
Type Parameters
Item
extends
{
id
:
string
}
Hierarchy (
View Summary
)
AbstractPage
<
Item
>
AgentsCursorIDPage
AgentViewsAgentsCursorIDPage
Implements
AgentsCursorIDPageResponse
<
Item
>
Index
Constructors
constructor
Properties
options
response
body
agents
has_
more
total_
count
Methods
get
Next
Page
iter
Pages
[async
Iterator]
get
Paginated
Items
has
Next
Page
next
Page
Params
next
Page
Info
Constructors
constructor
new
AgentsCursorIDPage
<
Item
extends
{
id
:
string
}
>
(
client
:
APIClient
,
response
:
Response
,
body
:
AgentsCursorIDPageResponse
<
Item
>
,
options
:
FinalRequestOptions
,
)
:
AgentsCursorIDPage
<
Item
>
Type Parameters
Item
extends
{
id
:
string
}
Parameters
client
:
APIClient
response
:
Response
body
:
AgentsCursorIDPageResponse
<
Item
>
options
:
FinalRequestOptions
Returns
AgentsCursorIDPage
<
Item
>
Properties
Protected
options
options
:
FinalRequestOptions
Protected
response
response
:
Response
Protected
body
body
:
unknown
agents
agents
:
Item
[]
has_
more
has_more
:
boolean
total_
count
total_count
:
number
Methods
get
Next
Page
getNextPage
()
:
Promise
<
AgentsCursorIDPage
<
Item
>
>
Returns
Promise
<
AgentsCursorIDPage
<
Item
>
>
iter
Pages
iterPages
()
:
AsyncGenerator
<
AgentsCursorIDPage
<
Item
>
>
Returns
AsyncGenerator
<
AgentsCursorIDPage
<
Item
>
>
[async
Iterator]
"[asyncIterator]"
()
:
AsyncGenerator
<
Item
>
Returns
AsyncGenerator
<
Item
>
get
Paginated
Items
getPaginatedItems
()
:
Item
[]
Returns
Item
[]
has
Next
Page
hasNextPage
()
:
boolean
Returns
boolean
next
Page
Params
nextPageParams
()
:
Partial
<
AgentsCursorIDPageParams
>
|
null
Returns
Partial
<
AgentsCursorIDPageParams
>
|
null
Deprecated
Use nextPageInfo instead
next
Page
Info
nextPageInfo
()
:
PageInfo
|
null
Returns
PageInfo
|
null
Version
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
options
response
body
agents
has_
more
total_
count
Methods
get
Next
Page
iter
Pages
[async
Iterator]
get
Paginated
Items
has
Next
Page
next
Page
Params
next
Page
Info
GitHub
Documentation
@runloop/api-client - v1.4.0
Loading...
Deprecated
Use nextPageInfo instead