Sha256: d212020b5240508ad8b955f6fa77303435cd640579abf15b74c680aa8f9fca5c

Contents?: true

Size: 343 Bytes

Versions: 4

Compression:

Stored size: 343 Bytes

Contents

# SyncteraRubySdk::PersonListAllOf

## Properties

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

## Example

```ruby
require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::PersonListAllOf.new(
  persons: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

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