| Name | Type | Description | Notes |
|---|---|---|---|
| name | String | [optional] | |
| String | [optional] | ||
| phone_number | String | [optional] | |
| website | String | [optional] |
require 'mydatamyconsent'
instance = MyDataMyConsent::DataProtectionOfficer.new(
name: null,
email: null,
phone_number: null,
website: null
)