| Name | Type | Description | Notes |
|---|---|---|---|
| title | String | Field title. | |
| description | String | Field description. | [optional] |
| key | String | Field key. | |
| data_type | String | Field data type. |
require 'mydatamyconsent'
instance = MyDataMyConsent::IdentityField.new(
title: null,
description: null,
key: null,
data_type: null
)