AgentsPagedResultOptimizationCandidate interface
The response data for a requested list of items.
Properties
| data | The requested list of items. |
| first_id | The first ID represented in this list. |
| has_more | A value indicating whether there are additional values available not captured in this list. |
| last_id | The last ID represented in this list. |
Property Details
data
first_id
The first ID represented in this list.
first_id?: string
Property Value
string
has_more
A value indicating whether there are additional values available not captured in this list.
has_more: boolean
Property Value
boolean
last_id
The last ID represented in this list.
last_id?: string
Property Value
string