| Name | Type | Description | Notes |
|---|---|---|---|
| name | String | Identifier name. | |
| key | String | Identifier key. | |
| value_type | String | Identifier value type. | |
| value | String | Identifier value. |
require 'mydatamyconsent'
instance = MyDataMyConsent::ConsentedIdentifier.new(
name: null,
key: null,
value_type: null,
value: null
)