SunshineConversationsClient::Meta

August 27, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
has_moreBooleanA flag that indicates if there are more records that can be fetched.[optional]
after_cursorStringA record id that can be used as a `page[after]` parameter in a new request to get the next page. Not specified if there are no subsequent pages.[optional]
before_cursorStringA record id that can be used as a `page[before]` parameter in a new request to get the previous page. Not specified if there are no previous pages.[optional]

Example

require 'sunshine-conversations-client'

instance = SunshineConversationsClient::Meta.new(
  has_more: null,
  after_cursor: 55c8d9758590aa1900b9b9f6,
  before_cursor: 55c8d9758590aa1900b9b9f6
)