Sha256: 36a30c12bc8ca493f61509768a27e4c14563990275b5174ffb8bc1c245689719

Contents?: true

Size: 972 Bytes

Versions: 45

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

45 entries across 45 versions & 1 rubygems

Version Path
sunshine-conversations-client-12.3.0 docs/Page.md
sunshine-conversations-client-12.2.2 docs/Page.md
sunshine-conversations-client-12.2.0 docs/Page.md
sunshine-conversations-client-12.1.0 docs/Page.md
sunshine-conversations-client-12.0.0 docs/Page.md
sunshine-conversations-client-11.0.0 docs/Page.md
sunshine-conversations-client-10.0.1 docs/Page.md
sunshine-conversations-client-10.0.0 docs/Page.md
sunshine-conversations-client-9.15.0 docs/Page.md
sunshine-conversations-client-9.14.1 docs/Page.md
sunshine-conversations-client-9.14.0 docs/Page.md
sunshine-conversations-client-9.13.0 docs/Page.md
sunshine-conversations-client-9.12.0 docs/Page.md
sunshine-conversations-client-9.11.0 docs/Page.md
sunshine-conversations-client-9.10.0 docs/Page.md
sunshine-conversations-client-9.9.0 docs/Page.md
sunshine-conversations-client-9.8.0 docs/Page.md
sunshine-conversations-client-9.7.0 docs/Page.md
sunshine-conversations-client-9.6.0 docs/Page.md
sunshine-conversations-client-9.5.7 docs/Page.md