# MyDataMyConsent::DataProtectionOfficer
# Properties
Name | Type | Description | Notes |
---|---|---|---|
name | String | [optional] | |
String | [optional] | ||
phone_number | String | [optional] | |
website | String | [optional] | |
postal_address | String | [optional] |
# Example
require 'mydatamyconsent'
instance = MyDataMyConsent::DataProtectionOfficer.new(
name: null,
email: null,
phone_number: null,
website: null,
postal_address: null
)
1
2
3
4
5
6
7
8
9
2
3
4
5
6
7
8
9