SyncteraRubySdk::ResponsePersonalIdsArray
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| personal_ids | Array<ResponsePersonalId> | > 🚧 Beta > This is a Beta property. Feedback from the community is welcome. We may make breaking changes to this property. Array of personal identifiers | [optional] |
Example
require 'synctera_ruby_sdk'
instance = SyncteraRubySdk::ResponsePersonalIdsArray.new(
personal_ids: null
)