Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 311 Bytes

File metadata and controls

20 lines (14 loc) · 311 Bytes

Unifapi::Pagination

Properties

Name Type Description Notes
has_more Boolean
next_cursor String

Example

require 'unifapi'

instance = Unifapi::Pagination.new(
  has_more: null,
  next_cursor: null
)