# MyDataMyConsent::Identifier
# Properties
Name | Type | Description | Notes |
---|---|---|---|
key | String | [optional] | |
name | String | [optional] | |
description | String | [optional] | |
example_value | String | [optional] |
# Example
require 'mydatamyconsent'
instance = MyDataMyConsent::Identifier.new(
key: null,
name: null,
description: null,
example_value: null
)
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8