Sha256: 0fe7a7d1bbdd13765df433b7a68bbb78765e4c4d44e1b716078eb2bcff9156c7

Contents?: true

Size: 915 Bytes

Versions: 6

Compression:

Stored size: 915 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. | [optional] [default to 25]

## Code Sample

```ruby
require 'SunshineConversationsClient'

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


Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
sunshine-conversations-client-9.4.2 docs/Page.md
sunshine-conversations-client-9.4.1 docs/Page.md
sunshine-conversations-client-9.4.0 docs/Page.md
sunshine-conversations-client-9.3.0 docs/Page.md
sunshine-conversations-client-9.2.0 docs/Page.md
sunshine-conversations-client-9.1.1 docs/Page.md