| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to int32 | [optional] | |
| 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] |
func NewAlertsKeyRotationKeyRotationAlertUpdateRequest(displayName string, rotationWarningDays int32, ) *AlertsKeyRotationKeyRotationAlertUpdateRequest
NewAlertsKeyRotationKeyRotationAlertUpdateRequest instantiates a new AlertsKeyRotationKeyRotationAlertUpdateRequest 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 NewAlertsKeyRotationKeyRotationAlertUpdateRequestWithDefaults() *AlertsKeyRotationKeyRotationAlertUpdateRequest
NewAlertsKeyRotationKeyRotationAlertUpdateRequestWithDefaults instantiates a new AlertsKeyRotationKeyRotationAlertUpdateRequest 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 *AlertsKeyRotationKeyRotationAlertUpdateRequest) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *AlertsKeyRotationKeyRotationAlertUpdateRequest) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AlertsKeyRotationKeyRotationAlertUpdateRequest) SetId(v int32)
SetId sets Id field to given value.
func (o *AlertsKeyRotationKeyRotationAlertUpdateRequest) HasId() bool
HasId returns a boolean if a field has been set.
func (o *AlertsKeyRotationKeyRotationAlertUpdateRequest) GetDisplayName() string
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
func (o *AlertsKeyRotationKeyRotationAlertUpdateRequest) 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.
func (o *AlertsKeyRotationKeyRotationAlertUpdateRequest) SetDisplayName(v string)
SetDisplayName sets DisplayName field to given value.
func (o *AlertsKeyRotationKeyRotationAlertUpdateRequest) GetSubject() string
GetSubject returns the Subject field if non-nil, zero value otherwise.
func (o *AlertsKeyRotationKeyRotationAlertUpdateRequest) 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.
func (o *AlertsKeyRotationKeyRotationAlertUpdateRequest) SetSubject(v string)
SetSubject sets Subject field to given value.
func (o *AlertsKeyRotationKeyRotationAlertUpdateRequest) HasSubject() bool
HasSubject returns a boolean if a field has been set.
func (o *AlertsKeyRotationKeyRotationAlertUpdateRequest) SetSubjectNil(b bool)
SetSubjectNil sets the value for Subject to be an explicit nil
func (o *AlertsKeyRotationKeyRotationAlertUpdateRequest) UnsetSubject()
UnsetSubject ensures that no value is present for Subject, not even an explicit nil
func (o *AlertsKeyRotationKeyRotationAlertUpdateRequest) GetMessage() string
GetMessage returns the Message field if non-nil, zero value otherwise.
func (o *AlertsKeyRotationKeyRotationAlertUpdateRequest) 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.
func (o *AlertsKeyRotationKeyRotationAlertUpdateRequest) SetMessage(v string)
SetMessage sets Message field to given value.
func (o *AlertsKeyRotationKeyRotationAlertUpdateRequest) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (o *AlertsKeyRotationKeyRotationAlertUpdateRequest) SetMessageNil(b bool)
SetMessageNil sets the value for Message to be an explicit nil
func (o *AlertsKeyRotationKeyRotationAlertUpdateRequest) UnsetMessage()
UnsetMessage ensures that no value is present for Message, not even an explicit nil
func (o *AlertsKeyRotationKeyRotationAlertUpdateRequest) GetRotationWarningDays() int32
GetRotationWarningDays returns the RotationWarningDays field if non-nil, zero value otherwise.
func (o *AlertsKeyRotationKeyRotationAlertUpdateRequest) 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.
func (o *AlertsKeyRotationKeyRotationAlertUpdateRequest) SetRotationWarningDays(v int32)
SetRotationWarningDays sets RotationWarningDays field to given value.
func (o *AlertsKeyRotationKeyRotationAlertUpdateRequest) GetRegisteredEventHandler() EventHandlerRegisteredEventHandlerRequest
GetRegisteredEventHandler returns the RegisteredEventHandler field if non-nil, zero value otherwise.
func (o *AlertsKeyRotationKeyRotationAlertUpdateRequest) 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.
func (o *AlertsKeyRotationKeyRotationAlertUpdateRequest) SetRegisteredEventHandler(v EventHandlerRegisteredEventHandlerRequest)
SetRegisteredEventHandler sets RegisteredEventHandler field to given value.
func (o *AlertsKeyRotationKeyRotationAlertUpdateRequest) HasRegisteredEventHandler() bool
HasRegisteredEventHandler returns a boolean if a field has been set.
func (o *AlertsKeyRotationKeyRotationAlertUpdateRequest) GetEventHandlerParameters() []EventHandlerEventHandlerParameterRequest
GetEventHandlerParameters returns the EventHandlerParameters field if non-nil, zero value otherwise.
func (o *AlertsKeyRotationKeyRotationAlertUpdateRequest) 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.
func (o *AlertsKeyRotationKeyRotationAlertUpdateRequest) SetEventHandlerParameters(v []EventHandlerEventHandlerParameterRequest)
SetEventHandlerParameters sets EventHandlerParameters field to given value.
func (o *AlertsKeyRotationKeyRotationAlertUpdateRequest) HasEventHandlerParameters() bool
HasEventHandlerParameters returns a boolean if a field has been set.
func (o *AlertsKeyRotationKeyRotationAlertUpdateRequest) SetEventHandlerParametersNil(b bool)
SetEventHandlerParametersNil sets the value for EventHandlerParameters to be an explicit nil
func (o *AlertsKeyRotationKeyRotationAlertUpdateRequest) UnsetEventHandlerParameters()
UnsetEventHandlerParameters ensures that no value is present for EventHandlerParameters, not even an explicit nil
func (o *AlertsKeyRotationKeyRotationAlertUpdateRequest) GetUseWorkflows() bool
GetUseWorkflows returns the UseWorkflows field if non-nil, zero value otherwise.
func (o *AlertsKeyRotationKeyRotationAlertUpdateRequest) 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.
func (o *AlertsKeyRotationKeyRotationAlertUpdateRequest) SetUseWorkflows(v bool)
SetUseWorkflows sets UseWorkflows field to given value.
func (o *AlertsKeyRotationKeyRotationAlertUpdateRequest) HasUseWorkflows() bool
HasUseWorkflows returns a boolean if a field has been set.