Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.47 KB

NsKeys.md

File metadata and controls

56 lines (31 loc) · 1.47 KB

NsKeys

Properties

Name Type Description Notes
NsKeys Pointer to []string Desired NS values for the domain [optional]

Methods

NewNsKeys

func NewNsKeys() *NsKeys

NewNsKeys instantiates a new NsKeys 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

NewNsKeysWithDefaults

func NewNsKeysWithDefaults() *NsKeys

NewNsKeysWithDefaults instantiates a new NsKeys 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

GetNsKeys

func (o *NsKeys) GetNsKeys() []string

GetNsKeys returns the NsKeys field if non-nil, zero value otherwise.

GetNsKeysOk

func (o *NsKeys) 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.

SetNsKeys

func (o *NsKeys) SetNsKeys(v []string)

SetNsKeys sets NsKeys field to given value.

HasNsKeys

func (o *NsKeys) HasNsKeys() bool

HasNsKeys returns a boolean if a field has been set.

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