Sha256: ffd85146e7264e8737e85973555aa9584ce5d1785543fa66ae51d335476a6461

Contents?: true

Size: 951 Bytes

Versions: 50

Compression:

Stored size: 951 Bytes

Contents

# SunshineConversationsClient::Meta

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**has_more** | **Boolean** | A flag that indicates if there are more records that can be fetched. | [optional] 
**after_cursor** | **String** | A 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_cursor** | **String** | A 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] 

## Code Sample

```ruby
require 'SunshineConversationsClient'

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


Version data entries

50 entries across 50 versions & 1 rubygems

Version Path
sunshine-conversations-client-14.3.4 docs/Meta.md
sunshine-conversations-client-14.3.3 docs/Meta.md
sunshine-conversations-client-14.3.2 docs/Meta.md
sunshine-conversations-client-14.3.1 docs/Meta.md
sunshine-conversations-client-14.3.0 docs/Meta.md
sunshine-conversations-client-14.2.0 docs/Meta.md
sunshine-conversations-client-14.1.0 docs/Meta.md
sunshine-conversations-client-14.0.0 docs/Meta.md
sunshine-conversations-client-13.2.0 docs/Meta.md
sunshine-conversations-client-13.1.0 docs/Meta.md
sunshine-conversations-client-13.0.0 docs/Meta.md
sunshine-conversations-client-12.8.0 docs/Meta.md
sunshine-conversations-client-12.7.0 docs/Meta.md
sunshine-conversations-client-12.6.2 docs/Meta.md
sunshine-conversations-client-12.6.1 docs/Meta.md
sunshine-conversations-client-12.6.0 docs/Meta.md
sunshine-conversations-client-12.5.1 docs/Meta.md
sunshine-conversations-client-12.4.0 docs/Meta.md
sunshine-conversations-client-12.3.1 docs/Meta.md
sunshine-conversations-client-12.3.0 docs/Meta.md