Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to int32 | [optional] | |
DisplayName | string | ||
Subject | string | ||
Message | string | ||
RotationWarningDays | int32 | ||
RegisteredEventHandler | Pointer to KeyfactorApiModelsEventHandlerRegisteredEventHandlerRequest | [optional] | |
EventHandlerParameters | Pointer to []KeyfactorApiModelsEventHandlerEventHandlerParameterRequest | [optional] |
func NewKeyfactorApiModelsAlertsKeyRotationKeyRotationAlertUpdateRequest(displayName string, subject string, message string, rotationWarningDays int32, ) *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertUpdateRequest
NewKeyfactorApiModelsAlertsKeyRotationKeyRotationAlertUpdateRequest instantiates a new KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertUpdateRequest 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 NewKeyfactorApiModelsAlertsKeyRotationKeyRotationAlertUpdateRequestWithDefaults() *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertUpdateRequest
NewKeyfactorApiModelsAlertsKeyRotationKeyRotationAlertUpdateRequestWithDefaults instantiates a new KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertUpdateRequest 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 *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertUpdateRequest) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertUpdateRequest) 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 *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertUpdateRequest) SetId(v int32)
SetId sets Id field to given value.
func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertUpdateRequest) HasId() bool
HasId returns a boolean if a field has been set.
func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertUpdateRequest) GetDisplayName() string
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertUpdateRequest) 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 *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertUpdateRequest) SetDisplayName(v string)
SetDisplayName sets DisplayName field to given value.
func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertUpdateRequest) GetSubject() string
GetSubject returns the Subject field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertUpdateRequest) 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 *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertUpdateRequest) SetSubject(v string)
SetSubject sets Subject field to given value.
func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertUpdateRequest) GetMessage() string
GetMessage returns the Message field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertUpdateRequest) 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 *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertUpdateRequest) SetMessage(v string)
SetMessage sets Message field to given value.
func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertUpdateRequest) GetRotationWarningDays() int32
GetRotationWarningDays returns the RotationWarningDays field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertUpdateRequest) 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 *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertUpdateRequest) SetRotationWarningDays(v int32)
SetRotationWarningDays sets RotationWarningDays field to given value.
func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertUpdateRequest) GetRegisteredEventHandler() KeyfactorApiModelsEventHandlerRegisteredEventHandlerRequest
GetRegisteredEventHandler returns the RegisteredEventHandler field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertUpdateRequest) GetRegisteredEventHandlerOk() (*KeyfactorApiModelsEventHandlerRegisteredEventHandlerRequest, 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 *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertUpdateRequest) SetRegisteredEventHandler(v KeyfactorApiModelsEventHandlerRegisteredEventHandlerRequest)
SetRegisteredEventHandler sets RegisteredEventHandler field to given value.
func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertUpdateRequest) HasRegisteredEventHandler() bool
HasRegisteredEventHandler returns a boolean if a field has been set.
func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertUpdateRequest) GetEventHandlerParameters() []KeyfactorApiModelsEventHandlerEventHandlerParameterRequest
GetEventHandlerParameters returns the EventHandlerParameters field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertUpdateRequest) GetEventHandlerParametersOk() (*[]KeyfactorApiModelsEventHandlerEventHandlerParameterRequest, 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 *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertUpdateRequest) SetEventHandlerParameters(v []KeyfactorApiModelsEventHandlerEventHandlerParameterRequest)
SetEventHandlerParameters sets EventHandlerParameters field to given value.
func (o *KeyfactorApiModelsAlertsKeyRotationKeyRotationAlertUpdateRequest) HasEventHandlerParameters() bool
HasEventHandlerParameters returns a boolean if a field has been set.