Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 399 Bytes

PaginationMeta.md

File metadata and controls

20 lines (14 loc) · 399 Bytes

Pinwheel::PaginationMeta

Properties

Name Type Description Notes
count Integer Number of objects returned. [optional]
next_cursor String Pointer to the next page of results. [optional]

Example

require 'pinwheel'

instance = Pinwheel::PaginationMeta.new(
  count: null,
  next_cursor: null
)