Sha256: 36a30c12bc8ca493f61509768a27e4c14563990275b5174ffb8bc1c245689719

Contents?: true

Size: 972 Bytes

Versions: 44

Compression:

Stored size: 972 Bytes

Contents

# SunshineConversationsClient::Page

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**after** | **String** | A record id. Results will only contain the records that come after the specified record.  Only one of `after` or `before` can be provided, not both.  | [optional] 
**before** | **String** | A record id. Results will only contain the records that come before the specified record. Only one of `after` or `before` can be provided, not both.  | [optional] 
**size** | **Integer** | The number of records to return. Does not apply to the `listMessages` endpoint. | [optional] [default to 25]

## Code Sample

```ruby
require 'SunshineConversationsClient'

instance = SunshineConversationsClient::Page.new(after: 5e1606762556d93e9c176f69,
                                 before: 5e1606762556d93e9c176f69,
                                 size: 10)
```


Version data entries

44 entries across 44 versions & 1 rubygems

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