# MyDataMyConsent::SupportedIdentifier
# Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| iso2 | String | [optional] | |
| name | String | [optional] | |
| individual_identifiers | Array<Identifier> | [optional] | |
| organization_identifiers | Array<Identifier> | [optional] |
# Example
require 'mydatamyconsent'
instance = MyDataMyConsent::SupportedIdentifier.new(
iso2: null,
name: null,
individual_identifiers: null,
organization_identifiers: null
)
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8