Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.51 KB

VerificationsDomain.md

File metadata and controls

82 lines (45 loc) · 2.51 KB

VerificationsDomain

Properties

Name Type Description Notes
DomainName Pointer to VerificationDomainName [optional]
RealName Pointer to VerificationRealName [optional]

Methods

NewVerificationsDomain

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

NewVerificationsDomainWithDefaults

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

GetDomainName

func (o *VerificationsDomain) GetDomainName() VerificationDomainName

GetDomainName returns the DomainName field if non-nil, zero value otherwise.

GetDomainNameOk

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.

SetDomainName

func (o *VerificationsDomain) SetDomainName(v VerificationDomainName)

SetDomainName sets DomainName field to given value.

HasDomainName

func (o *VerificationsDomain) HasDomainName() bool

HasDomainName returns a boolean if a field has been set.

GetRealName

func (o *VerificationsDomain) GetRealName() VerificationRealName

GetRealName returns the RealName field if non-nil, zero value otherwise.

GetRealNameOk

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.

SetRealName

func (o *VerificationsDomain) SetRealName(v VerificationRealName)

SetRealName sets RealName field to given value.

HasRealName

func (o *VerificationsDomain) HasRealName() bool

HasRealName returns a boolean if a field has been set.

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