DnssecKeyReadListPropertiesKeyParameters

Properties

Name
Type
Description
Notes

Algorithm

Pointer to Algorithm

[optional]

Methods

NewDnssecKeyReadListPropertiesKeyParameters

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

NewDnssecKeyReadListPropertiesKeyParametersWithDefaults

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

GetAlgorithm

func (o *DnssecKeyReadListPropertiesKeyParameters) GetAlgorithm() Algorithm

GetAlgorithm returns the Algorithm field if non-nil, zero value otherwise.

GetAlgorithmOk

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.

SetAlgorithm

func (o *DnssecKeyReadListPropertiesKeyParameters) SetAlgorithm(v Algorithm)

SetAlgorithm sets Algorithm field to given value.

HasAlgorithm

func (o *DnssecKeyReadListPropertiesKeyParameters) HasAlgorithm() bool

HasAlgorithm returns a boolean if a field has been set.

Last updated