Sha256: b31fee77c81cdface4461bc3fb7cb12b515e52f791883671e35709cc7c6a38e2
Contents?: true
Size: 534 Bytes
Versions: 4
Compression:
Stored size: 534 Bytes
Contents
# SyncteraRubySdk::ResponsePersonalIdsArray ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **personal_ids** | [**Array<ResponsePersonalId>**](ResponsePersonalId.md) | > 🚧 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 ```ruby require 'synctera_ruby_sdk' instance = SyncteraRubySdk::ResponsePersonalIdsArray.new( personal_ids: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems