| Name | Type | Description | Notes |
|---|---|---|---|
| Enabled | Pointer to bool | [optional] [default to false] | |
| Ds | Pointer to NullableString | [optional] |
func NewDnsSec() *DnsSec
NewDnsSec instantiates a new DnsSec 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 NewDnsSecWithDefaults() *DnsSec
NewDnsSecWithDefaults instantiates a new DnsSec 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 *DnsSec) GetEnabled() bool
GetEnabled returns the Enabled field if non-nil, zero value otherwise.
func (o *DnsSec) GetEnabledOk() (*bool, bool)
GetEnabledOk returns a tuple with the Enabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DnsSec) SetEnabled(v bool)
SetEnabled sets Enabled field to given value.
func (o *DnsSec) HasEnabled() bool
HasEnabled returns a boolean if a field has been set.
func (o *DnsSec) GetDs() string
GetDs returns the Ds field if non-nil, zero value otherwise.
func (o *DnsSec) GetDsOk() (*string, bool)
GetDsOk returns a tuple with the Ds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DnsSec) SetDs(v string)
SetDs sets Ds field to given value.
func (o *DnsSec) HasDs() bool
HasDs returns a boolean if a field has been set.
func (o *DnsSec) SetDsNil(b bool)
SetDsNil sets the value for Ds to be an explicit nil
func (o *DnsSec) UnsetDs()
UnsetDs ensures that no value is present for Ds, not even an explicit nil