DnssecKeyReadListPropertiesNsecParameters

Properties

Name
Type
Description
Notes

NsecMode

Pointer to NsecMode

[optional]

Methods

NewDnssecKeyReadListPropertiesNsecParameters

func NewDnssecKeyReadListPropertiesNsecParameters() *DnssecKeyReadListPropertiesNsecParameters

NewDnssecKeyReadListPropertiesNsecParameters instantiates a new DnssecKeyReadListPropertiesNsecParameters 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

NewDnssecKeyReadListPropertiesNsecParametersWithDefaults

func NewDnssecKeyReadListPropertiesNsecParametersWithDefaults() *DnssecKeyReadListPropertiesNsecParameters

NewDnssecKeyReadListPropertiesNsecParametersWithDefaults instantiates a new DnssecKeyReadListPropertiesNsecParameters 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

GetNsecMode

func (o *DnssecKeyReadListPropertiesNsecParameters) GetNsecMode() NsecMode

GetNsecMode returns the NsecMode field if non-nil, zero value otherwise.

GetNsecModeOk

func (o *DnssecKeyReadListPropertiesNsecParameters) GetNsecModeOk() (*NsecMode, bool)

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

SetNsecMode

func (o *DnssecKeyReadListPropertiesNsecParameters) SetNsecMode(v NsecMode)

SetNsecMode sets NsecMode field to given value.

HasNsecMode

func (o *DnssecKeyReadListPropertiesNsecParameters) HasNsecMode() bool

HasNsecMode returns a boolean if a field has been set.

Last updated