Sha256: 3d1590d3cb3c811a757b2f0b7e5829d36e8882b7223cf2c5de95466d37b8b8bc

Contents?: true

Size: 328 Bytes

Versions: 4

Compression:

Stored size: 328 Bytes

Contents

# SyncteraRubySdk::NoteListAllOf

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **notes** | [**Array<NoteResponse>**](NoteResponse.md) | Array of notes |  |

## Example

```ruby
require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::NoteListAllOf.new(
  notes: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

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