| Name | Type | Description | Notes |
|---|---|---|---|
| iso2 | String | Country ISO 2 code. Example: IN, US, etc. | |
| name | String | Country name. Example: India, United States of America, etc. | |
| individual_identifiers | Array<Identifier> | List of supported identifiers for an individual. | |
| organization_identifiers | Array<Identifier> | List of supported identifiers for an organization. |
require 'mydatamyconsent'
instance = MyDataMyConsent::SupportedIdentifier.new(
iso2: null,
name: null,
individual_identifiers: null,
organization_identifiers: null
)