SyncteraRubySdk::PostPersonalIdsArray
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| personal_ids | Array<PostPersonalId> | > 🚧 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::PostPersonalIdsArray.new(
personal_ids: null
)