object WorkforceHeroPageInfo
Cursor pagination metadata as returned by workforce_hero.
Fields
| Field | Type | Description |
|---|---|---|
has_next_page | Boolean | |
has_previous_page | Boolean | |
start_cursor | String | |
end_cursor | String |
Referenced By
- LaborJobPage Type
- LaborWorkerPage Type
- PackerPerformancePage Type
- PickerPerformancePage Type
Example
{
"has_next_page": true,
"has_previous_page": true,
"start_cursor": "abc123",
"end_cursor": "abc123"
}