DnssecKeyReadListPropertiesKeyParameters
Last updated
Was this helpful?
func NewDnssecKeyReadListPropertiesKeyParameters() *DnssecKeyReadListPropertiesKeyParameters
NewDnssecKeyReadListPropertiesKeyParameters instantiates a new DnssecKeyReadListPropertiesKeyParameters 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 NewDnssecKeyReadListPropertiesKeyParametersWithDefaults() *DnssecKeyReadListPropertiesKeyParameters
NewDnssecKeyReadListPropertiesKeyParametersWithDefaults instantiates a new DnssecKeyReadListPropertiesKeyParameters 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 *DnssecKeyReadListPropertiesKeyParameters) GetAlgorithm() Algorithm
GetAlgorithm returns the Algorithm field if non-nil, zero value otherwise.
func (o *DnssecKeyReadListPropertiesKeyParameters) GetAlgorithmOk() (*Algorithm, bool)
GetAlgorithmOk returns a tuple with the Algorithm field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DnssecKeyReadListPropertiesKeyParameters) SetAlgorithm(v Algorithm)
SetAlgorithm sets Algorithm field to given value.
func (o *DnssecKeyReadListPropertiesKeyParameters) HasAlgorithm() bool
HasAlgorithm returns a boolean if a field has been set.
Last updated
Was this helpful?
Was this helpful?