object WorkforceHeroPageInfo

Cursor pagination metadata as returned by workforce_hero.

Fields

FieldTypeDescription
has_next_pageBoolean
has_previous_pageBoolean
start_cursorString
end_cursorString

Referenced By

Example

{
  "has_next_page": true,
  "has_previous_page": true,
  "start_cursor": "abc123",
  "end_cursor": "abc123"
}