Name | Type | Description | Notes |
---|---|---|---|
DomainName | Pointer to VerificationDomainName | [optional] | |
RealName | Pointer to VerificationRealName | [optional] |
func NewVerificationsDomain() *VerificationsDomain
NewVerificationsDomain instantiates a new VerificationsDomain 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
func NewVerificationsDomainWithDefaults() *VerificationsDomain
NewVerificationsDomainWithDefaults instantiates a new VerificationsDomain 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
func (o *VerificationsDomain) GetDomainName() VerificationDomainName
GetDomainName returns the DomainName field if non-nil, zero value otherwise.
func (o *VerificationsDomain) GetDomainNameOk() (*VerificationDomainName, bool)
GetDomainNameOk returns a tuple with the DomainName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VerificationsDomain) SetDomainName(v VerificationDomainName)
SetDomainName sets DomainName field to given value.
func (o *VerificationsDomain) HasDomainName() bool
HasDomainName returns a boolean if a field has been set.
func (o *VerificationsDomain) GetRealName() VerificationRealName
GetRealName returns the RealName field if non-nil, zero value otherwise.
func (o *VerificationsDomain) GetRealNameOk() (*VerificationRealName, bool)
GetRealNameOk returns a tuple with the RealName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VerificationsDomain) SetRealName(v VerificationRealName)
SetRealName sets RealName field to given value.
func (o *VerificationsDomain) HasRealName() bool
HasRealName returns a boolean if a field has been set.