Name | Type | Description | Notes |
---|---|---|---|
NsDomain | Pointer to []string | Current NS records of the domain | [optional] |
NsKeys | Pointer to []string | Desired NS values for the domain | [optional] |
func NewNsDomain() *NsDomain
NewNsDomain instantiates a new NsDomain 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 NewNsDomainWithDefaults() *NsDomain
NewNsDomainWithDefaults instantiates a new NsDomain 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 *NsDomain) GetNsDomain() []string
GetNsDomain returns the NsDomain field if non-nil, zero value otherwise.
func (o *NsDomain) GetNsDomainOk() (*[]string, bool)
GetNsDomainOk returns a tuple with the NsDomain field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NsDomain) SetNsDomain(v []string)
SetNsDomain sets NsDomain field to given value.
func (o *NsDomain) HasNsDomain() bool
HasNsDomain returns a boolean if a field has been set.
func (o *NsDomain) GetNsKeys() []string
GetNsKeys returns the NsKeys field if non-nil, zero value otherwise.
func (o *NsDomain) GetNsKeysOk() (*[]string, bool)
GetNsKeysOk returns a tuple with the NsKeys field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NsDomain) SetNsKeys(v []string)
SetNsKeys sets NsKeys field to given value.
func (o *NsDomain) HasNsKeys() bool
HasNsKeys returns a boolean if a field has been set.