object WorkforceHeroPageInfo

Cursor pagination metadata as returned by workforce_hero.

Fields

FieldTypeDescription
has_next_pageBoolean

True when this workforce hero page info has next page; false otherwise.

has_previous_pageBoolean

True when this workforce hero page info has previous page; false otherwise.

start_cursorString

Start cursor for this workforce hero page info.

end_cursorString

End cursor for this workforce hero page info.

Referenced By

Example

{
  "has_next_page": true,
  "has_previous_page": true,
  "start_cursor": "eyJwYWdlIjoyfQ==",
  "end_cursor": "eyJwYWdlIjoyfQ=="
}