Skip to content

Latest commit

 

History

History
232 lines (127 loc) · 8.55 KB

File metadata and controls

232 lines (127 loc) · 8.55 KB

AlertsKeyRotationKeyRotationAlertCreationRequest

Properties

Name Type Description Notes
DisplayName string
Subject Pointer to NullableString [optional]
Message Pointer to NullableString [optional]
RotationWarningDays int32
RegisteredEventHandler Pointer to EventHandlerRegisteredEventHandlerRequest [optional]
EventHandlerParameters Pointer to []EventHandlerEventHandlerParameterRequest [optional]
UseWorkflows Pointer to bool [optional]

Methods

NewAlertsKeyRotationKeyRotationAlertCreationRequest

func NewAlertsKeyRotationKeyRotationAlertCreationRequest(displayName string, rotationWarningDays int32, ) *AlertsKeyRotationKeyRotationAlertCreationRequest

NewAlertsKeyRotationKeyRotationAlertCreationRequest instantiates a new AlertsKeyRotationKeyRotationAlertCreationRequest 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

NewAlertsKeyRotationKeyRotationAlertCreationRequestWithDefaults

func NewAlertsKeyRotationKeyRotationAlertCreationRequestWithDefaults() *AlertsKeyRotationKeyRotationAlertCreationRequest

NewAlertsKeyRotationKeyRotationAlertCreationRequestWithDefaults instantiates a new AlertsKeyRotationKeyRotationAlertCreationRequest 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

GetDisplayName

func (o *AlertsKeyRotationKeyRotationAlertCreationRequest) GetDisplayName() string

GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.

GetDisplayNameOk

func (o *AlertsKeyRotationKeyRotationAlertCreationRequest) GetDisplayNameOk() (*string, bool)

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

SetDisplayName

func (o *AlertsKeyRotationKeyRotationAlertCreationRequest) SetDisplayName(v string)

SetDisplayName sets DisplayName field to given value.

GetSubject

func (o *AlertsKeyRotationKeyRotationAlertCreationRequest) GetSubject() string

GetSubject returns the Subject field if non-nil, zero value otherwise.

GetSubjectOk

func (o *AlertsKeyRotationKeyRotationAlertCreationRequest) GetSubjectOk() (*string, bool)

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

SetSubject

func (o *AlertsKeyRotationKeyRotationAlertCreationRequest) SetSubject(v string)

SetSubject sets Subject field to given value.

HasSubject

func (o *AlertsKeyRotationKeyRotationAlertCreationRequest) HasSubject() bool

HasSubject returns a boolean if a field has been set.

SetSubjectNil

func (o *AlertsKeyRotationKeyRotationAlertCreationRequest) SetSubjectNil(b bool)

SetSubjectNil sets the value for Subject to be an explicit nil

UnsetSubject

func (o *AlertsKeyRotationKeyRotationAlertCreationRequest) UnsetSubject()

UnsetSubject ensures that no value is present for Subject, not even an explicit nil

GetMessage

func (o *AlertsKeyRotationKeyRotationAlertCreationRequest) GetMessage() string

GetMessage returns the Message field if non-nil, zero value otherwise.

GetMessageOk

func (o *AlertsKeyRotationKeyRotationAlertCreationRequest) GetMessageOk() (*string, bool)

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

SetMessage

func (o *AlertsKeyRotationKeyRotationAlertCreationRequest) SetMessage(v string)

SetMessage sets Message field to given value.

HasMessage

func (o *AlertsKeyRotationKeyRotationAlertCreationRequest) HasMessage() bool

HasMessage returns a boolean if a field has been set.

SetMessageNil

func (o *AlertsKeyRotationKeyRotationAlertCreationRequest) SetMessageNil(b bool)

SetMessageNil sets the value for Message to be an explicit nil

UnsetMessage

func (o *AlertsKeyRotationKeyRotationAlertCreationRequest) UnsetMessage()

UnsetMessage ensures that no value is present for Message, not even an explicit nil

GetRotationWarningDays

func (o *AlertsKeyRotationKeyRotationAlertCreationRequest) GetRotationWarningDays() int32

GetRotationWarningDays returns the RotationWarningDays field if non-nil, zero value otherwise.

GetRotationWarningDaysOk

func (o *AlertsKeyRotationKeyRotationAlertCreationRequest) GetRotationWarningDaysOk() (*int32, bool)

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

SetRotationWarningDays

func (o *AlertsKeyRotationKeyRotationAlertCreationRequest) SetRotationWarningDays(v int32)

SetRotationWarningDays sets RotationWarningDays field to given value.

GetRegisteredEventHandler

func (o *AlertsKeyRotationKeyRotationAlertCreationRequest) GetRegisteredEventHandler() EventHandlerRegisteredEventHandlerRequest

GetRegisteredEventHandler returns the RegisteredEventHandler field if non-nil, zero value otherwise.

GetRegisteredEventHandlerOk

func (o *AlertsKeyRotationKeyRotationAlertCreationRequest) GetRegisteredEventHandlerOk() (*EventHandlerRegisteredEventHandlerRequest, bool)

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

SetRegisteredEventHandler

func (o *AlertsKeyRotationKeyRotationAlertCreationRequest) SetRegisteredEventHandler(v EventHandlerRegisteredEventHandlerRequest)

SetRegisteredEventHandler sets RegisteredEventHandler field to given value.

HasRegisteredEventHandler

func (o *AlertsKeyRotationKeyRotationAlertCreationRequest) HasRegisteredEventHandler() bool

HasRegisteredEventHandler returns a boolean if a field has been set.

GetEventHandlerParameters

func (o *AlertsKeyRotationKeyRotationAlertCreationRequest) GetEventHandlerParameters() []EventHandlerEventHandlerParameterRequest

GetEventHandlerParameters returns the EventHandlerParameters field if non-nil, zero value otherwise.

GetEventHandlerParametersOk

func (o *AlertsKeyRotationKeyRotationAlertCreationRequest) GetEventHandlerParametersOk() (*[]EventHandlerEventHandlerParameterRequest, bool)

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

SetEventHandlerParameters

func (o *AlertsKeyRotationKeyRotationAlertCreationRequest) SetEventHandlerParameters(v []EventHandlerEventHandlerParameterRequest)

SetEventHandlerParameters sets EventHandlerParameters field to given value.

HasEventHandlerParameters

func (o *AlertsKeyRotationKeyRotationAlertCreationRequest) HasEventHandlerParameters() bool

HasEventHandlerParameters returns a boolean if a field has been set.

SetEventHandlerParametersNil

func (o *AlertsKeyRotationKeyRotationAlertCreationRequest) SetEventHandlerParametersNil(b bool)

SetEventHandlerParametersNil sets the value for EventHandlerParameters to be an explicit nil

UnsetEventHandlerParameters

func (o *AlertsKeyRotationKeyRotationAlertCreationRequest) UnsetEventHandlerParameters()

UnsetEventHandlerParameters ensures that no value is present for EventHandlerParameters, not even an explicit nil

GetUseWorkflows

func (o *AlertsKeyRotationKeyRotationAlertCreationRequest) GetUseWorkflows() bool

GetUseWorkflows returns the UseWorkflows field if non-nil, zero value otherwise.

GetUseWorkflowsOk

func (o *AlertsKeyRotationKeyRotationAlertCreationRequest) GetUseWorkflowsOk() (*bool, bool)

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

SetUseWorkflows

func (o *AlertsKeyRotationKeyRotationAlertCreationRequest) SetUseWorkflows(v bool)

SetUseWorkflows sets UseWorkflows field to given value.

HasUseWorkflows

func (o *AlertsKeyRotationKeyRotationAlertCreationRequest) HasUseWorkflows() bool

HasUseWorkflows returns a boolean if a field has been set.

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