Sha256: e4b3743f02d4126715f523a1a735fb09eb598244bee456849080fe83c592464e

Contents?: true

Size: 515 Bytes

Versions: 4

Compression:

Stored size: 515 Bytes

Contents

# SyncteraRubySdk::NoteList

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **notes** | [**Array<NoteResponse>**](NoteResponse.md) | Array of notes |  |
| **next_page_token** | **String** | If returned, use the next_page_token to query for the next page of results. Not returned if there are no more rows. | [optional] |

## Example

```ruby
require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::NoteList.new(
  notes: null,
  next_page_token: a8937a0d
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
synctera_ruby_sdk-1.1.3 docs/NoteList.md
synctera_ruby_sdk-1.1.2 docs/NoteList.md
synctera_ruby_sdk-1.1.1 docs/NoteList.md
synctera_ruby_sdk-1.0.0 docs/NoteList.md