Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.19 KB

EmailDomainDNSRecord.md

File metadata and controls

108 lines (59 loc) · 3.19 KB

EmailDomainDNSRecord

Properties

Name Type Description Notes
Fqdn Pointer to string [optional]
RecordType Pointer to EmailDomainDNSRecordType [optional]
VerificationValue Pointer to string [optional]

Methods

NewEmailDomainDNSRecord

func NewEmailDomainDNSRecord() *EmailDomainDNSRecord

NewEmailDomainDNSRecord instantiates a new EmailDomainDNSRecord 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

NewEmailDomainDNSRecordWithDefaults

func NewEmailDomainDNSRecordWithDefaults() *EmailDomainDNSRecord

NewEmailDomainDNSRecordWithDefaults instantiates a new EmailDomainDNSRecord 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

GetFqdn

func (o *EmailDomainDNSRecord) GetFqdn() string

GetFqdn returns the Fqdn field if non-nil, zero value otherwise.

GetFqdnOk

func (o *EmailDomainDNSRecord) GetFqdnOk() (*string, bool)

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

SetFqdn

func (o *EmailDomainDNSRecord) SetFqdn(v string)

SetFqdn sets Fqdn field to given value.

HasFqdn

func (o *EmailDomainDNSRecord) HasFqdn() bool

HasFqdn returns a boolean if a field has been set.

GetRecordType

func (o *EmailDomainDNSRecord) GetRecordType() EmailDomainDNSRecordType

GetRecordType returns the RecordType field if non-nil, zero value otherwise.

GetRecordTypeOk

func (o *EmailDomainDNSRecord) GetRecordTypeOk() (*EmailDomainDNSRecordType, bool)

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

SetRecordType

func (o *EmailDomainDNSRecord) SetRecordType(v EmailDomainDNSRecordType)

SetRecordType sets RecordType field to given value.

HasRecordType

func (o *EmailDomainDNSRecord) HasRecordType() bool

HasRecordType returns a boolean if a field has been set.

GetVerificationValue

func (o *EmailDomainDNSRecord) GetVerificationValue() string

GetVerificationValue returns the VerificationValue field if non-nil, zero value otherwise.

GetVerificationValueOk

func (o *EmailDomainDNSRecord) GetVerificationValueOk() (*string, bool)

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

SetVerificationValue

func (o *EmailDomainDNSRecord) SetVerificationValue(v string)

SetVerificationValue sets VerificationValue field to given value.

HasVerificationValue

func (o *EmailDomainDNSRecord) HasVerificationValue() bool

HasVerificationValue returns a boolean if a field has been set.

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