object WorkforceHeroPageInfo
Cursor pagination metadata as returned by workforce_hero.
Fields
| Field | Type | Description |
|---|---|---|
has_next_page | Boolean | True when this workforce hero page info has next page; false otherwise. |
has_previous_page | Boolean | True when this workforce hero page info has previous page; false otherwise. |
start_cursor | String | Start cursor for this workforce hero page info. |
end_cursor | String | End cursor for this workforce hero page info. |
Referenced By
- LaborJobPage Type
- LaborWorkerPage Type
- PackerPerformancePage Type
- PickerPerformancePage Type
Example
{
"has_next_page": true,
"has_previous_page": true,
"start_cursor": "eyJwYWdlIjoyfQ==",
"end_cursor": "eyJwYWdlIjoyfQ=="
}