# MyDataMyConsent::DataProtectionOfficer

# Properties

Name Type Description Notes
name String [optional]
email 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
Last Updated: 6/19/2022, 7:27:56 PM