# DataProtectionOfficer

# Properties

Name Type Description Notes
Name Pointer to NullableString [optional]
Email Pointer to NullableString [optional]
PhoneNumber Pointer to NullableString [optional]
Website Pointer to NullableString [optional]
PostalAddress Pointer to NullableString [optional]

# Methods

# NewDataProtectionOfficer

func NewDataProtectionOfficer() *DataProtectionOfficer

NewDataProtectionOfficer instantiates a new DataProtectionOfficer object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

# NewDataProtectionOfficerWithDefaults

func NewDataProtectionOfficerWithDefaults() *DataProtectionOfficer

NewDataProtectionOfficerWithDefaults instantiates a new DataProtectionOfficer object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

# GetName

func (o *DataProtectionOfficer) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

# GetNameOk

func (o *DataProtectionOfficer) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

# SetName

func (o *DataProtectionOfficer) SetName(v string)

SetName sets Name field to given value.

# HasName

func (o *DataProtectionOfficer) HasName() bool

HasName returns a boolean if a field has been set.

# SetNameNil

func (o *DataProtectionOfficer) SetNameNil(b bool)

SetNameNil sets the value for Name to be an explicit nil

# UnsetName

func (o *DataProtectionOfficer) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

# GetEmail

func (o *DataProtectionOfficer) GetEmail() string

GetEmail returns the Email field if non-nil, zero value otherwise.

# GetEmailOk

func (o *DataProtectionOfficer) GetEmailOk() (*string, bool)

GetEmailOk returns a tuple with the Email field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

# SetEmail

func (o *DataProtectionOfficer) SetEmail(v string)

SetEmail sets Email field to given value.

# HasEmail

func (o *DataProtectionOfficer) HasEmail() bool

HasEmail returns a boolean if a field has been set.

# SetEmailNil

func (o *DataProtectionOfficer) SetEmailNil(b bool)

SetEmailNil sets the value for Email to be an explicit nil

# UnsetEmail

func (o *DataProtectionOfficer) UnsetEmail()

UnsetEmail ensures that no value is present for Email, not even an explicit nil

# GetPhoneNumber

func (o *DataProtectionOfficer) GetPhoneNumber() string

GetPhoneNumber returns the PhoneNumber field if non-nil, zero value otherwise.

# GetPhoneNumberOk

func (o *DataProtectionOfficer) GetPhoneNumberOk() (*string, bool)

GetPhoneNumberOk returns a tuple with the PhoneNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

# SetPhoneNumber

func (o *DataProtectionOfficer) SetPhoneNumber(v string)

SetPhoneNumber sets PhoneNumber field to given value.

# HasPhoneNumber

func (o *DataProtectionOfficer) HasPhoneNumber() bool

HasPhoneNumber returns a boolean if a field has been set.

# SetPhoneNumberNil

func (o *DataProtectionOfficer) SetPhoneNumberNil(b bool)

SetPhoneNumberNil sets the value for PhoneNumber to be an explicit nil

# UnsetPhoneNumber

func (o *DataProtectionOfficer) UnsetPhoneNumber()

UnsetPhoneNumber ensures that no value is present for PhoneNumber, not even an explicit nil

# GetWebsite

func (o *DataProtectionOfficer) GetWebsite() string

GetWebsite returns the Website field if non-nil, zero value otherwise.

# GetWebsiteOk

func (o *DataProtectionOfficer) GetWebsiteOk() (*string, bool)

GetWebsiteOk returns a tuple with the Website field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

# SetWebsite

func (o *DataProtectionOfficer) SetWebsite(v string)

SetWebsite sets Website field to given value.

# HasWebsite

func (o *DataProtectionOfficer) HasWebsite() bool

HasWebsite returns a boolean if a field has been set.

# SetWebsiteNil

func (o *DataProtectionOfficer) SetWebsiteNil(b bool)

SetWebsiteNil sets the value for Website to be an explicit nil

# UnsetWebsite

func (o *DataProtectionOfficer) UnsetWebsite()

UnsetWebsite ensures that no value is present for Website, not even an explicit nil

# GetPostalAddress

func (o *DataProtectionOfficer) GetPostalAddress() string

GetPostalAddress returns the PostalAddress field if non-nil, zero value otherwise.

# GetPostalAddressOk

func (o *DataProtectionOfficer) GetPostalAddressOk() (*string, bool)

GetPostalAddressOk returns a tuple with the PostalAddress field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

# SetPostalAddress

func (o *DataProtectionOfficer) SetPostalAddress(v string)

SetPostalAddress sets PostalAddress field to given value.

# HasPostalAddress

func (o *DataProtectionOfficer) HasPostalAddress() bool

HasPostalAddress returns a boolean if a field has been set.

# SetPostalAddressNil

func (o *DataProtectionOfficer) SetPostalAddressNil(b bool)

SetPostalAddressNil sets the value for PostalAddress to be an explicit nil

# UnsetPostalAddress

func (o *DataProtectionOfficer) UnsetPostalAddress()

UnsetPostalAddress ensures that no value is present for PostalAddress, not even an explicit nil

[Back to Model list] [Back to API list] [Back to README]

Last Updated: 6/19/2022, 7:27:56 PM