| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to int32 | [optional] | |
| DisplayName | string | ||
| Subject | Pointer to NullableString | [optional] | |
| Message | Pointer to NullableString | [optional] | |
| ExpirationWarningDays | int32 | ||
| CertificateQueryId | Pointer to int32 | [optional] | |
| RegisteredEventHandler | Pointer to EventHandlerRegisteredEventHandlerRequest | [optional] | |
| Recipients | Pointer to []string | [optional] | |
| EventHandlerParameters | Pointer to []EventHandlerEventHandlerParameterRequest | [optional] | |
| UseWorkflows | Pointer to bool | [optional] [default to false] |
func NewAlertsExpirationExpirationAlertUpdateRequest(displayName string, expirationWarningDays int32, ) *AlertsExpirationExpirationAlertUpdateRequest
NewAlertsExpirationExpirationAlertUpdateRequest instantiates a new AlertsExpirationExpirationAlertUpdateRequest 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 NewAlertsExpirationExpirationAlertUpdateRequestWithDefaults() *AlertsExpirationExpirationAlertUpdateRequest
NewAlertsExpirationExpirationAlertUpdateRequestWithDefaults instantiates a new AlertsExpirationExpirationAlertUpdateRequest 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 *AlertsExpirationExpirationAlertUpdateRequest) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *AlertsExpirationExpirationAlertUpdateRequest) 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 *AlertsExpirationExpirationAlertUpdateRequest) SetId(v int32)
SetId sets Id field to given value.
func (o *AlertsExpirationExpirationAlertUpdateRequest) HasId() bool
HasId returns a boolean if a field has been set.
func (o *AlertsExpirationExpirationAlertUpdateRequest) GetDisplayName() string
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
func (o *AlertsExpirationExpirationAlertUpdateRequest) 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 *AlertsExpirationExpirationAlertUpdateRequest) SetDisplayName(v string)
SetDisplayName sets DisplayName field to given value.
func (o *AlertsExpirationExpirationAlertUpdateRequest) GetSubject() string
GetSubject returns the Subject field if non-nil, zero value otherwise.
func (o *AlertsExpirationExpirationAlertUpdateRequest) 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 *AlertsExpirationExpirationAlertUpdateRequest) SetSubject(v string)
SetSubject sets Subject field to given value.
func (o *AlertsExpirationExpirationAlertUpdateRequest) HasSubject() bool
HasSubject returns a boolean if a field has been set.
func (o *AlertsExpirationExpirationAlertUpdateRequest) SetSubjectNil(b bool)
SetSubjectNil sets the value for Subject to be an explicit nil
func (o *AlertsExpirationExpirationAlertUpdateRequest) UnsetSubject()
UnsetSubject ensures that no value is present for Subject, not even an explicit nil
func (o *AlertsExpirationExpirationAlertUpdateRequest) GetMessage() string
GetMessage returns the Message field if non-nil, zero value otherwise.
func (o *AlertsExpirationExpirationAlertUpdateRequest) 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 *AlertsExpirationExpirationAlertUpdateRequest) SetMessage(v string)
SetMessage sets Message field to given value.
func (o *AlertsExpirationExpirationAlertUpdateRequest) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (o *AlertsExpirationExpirationAlertUpdateRequest) SetMessageNil(b bool)
SetMessageNil sets the value for Message to be an explicit nil
func (o *AlertsExpirationExpirationAlertUpdateRequest) UnsetMessage()
UnsetMessage ensures that no value is present for Message, not even an explicit nil
func (o *AlertsExpirationExpirationAlertUpdateRequest) GetExpirationWarningDays() int32
GetExpirationWarningDays returns the ExpirationWarningDays field if non-nil, zero value otherwise.
func (o *AlertsExpirationExpirationAlertUpdateRequest) GetExpirationWarningDaysOk() (*int32, bool)
GetExpirationWarningDaysOk returns a tuple with the ExpirationWarningDays field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AlertsExpirationExpirationAlertUpdateRequest) SetExpirationWarningDays(v int32)
SetExpirationWarningDays sets ExpirationWarningDays field to given value.
func (o *AlertsExpirationExpirationAlertUpdateRequest) GetCertificateQueryId() int32
GetCertificateQueryId returns the CertificateQueryId field if non-nil, zero value otherwise.
func (o *AlertsExpirationExpirationAlertUpdateRequest) GetCertificateQueryIdOk() (*int32, bool)
GetCertificateQueryIdOk returns a tuple with the CertificateQueryId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AlertsExpirationExpirationAlertUpdateRequest) SetCertificateQueryId(v int32)
SetCertificateQueryId sets CertificateQueryId field to given value.
func (o *AlertsExpirationExpirationAlertUpdateRequest) HasCertificateQueryId() bool
HasCertificateQueryId returns a boolean if a field has been set.
func (o *AlertsExpirationExpirationAlertUpdateRequest) GetRegisteredEventHandler() EventHandlerRegisteredEventHandlerRequest
GetRegisteredEventHandler returns the RegisteredEventHandler field if non-nil, zero value otherwise.
func (o *AlertsExpirationExpirationAlertUpdateRequest) 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 *AlertsExpirationExpirationAlertUpdateRequest) SetRegisteredEventHandler(v EventHandlerRegisteredEventHandlerRequest)
SetRegisteredEventHandler sets RegisteredEventHandler field to given value.
func (o *AlertsExpirationExpirationAlertUpdateRequest) HasRegisteredEventHandler() bool
HasRegisteredEventHandler returns a boolean if a field has been set.
func (o *AlertsExpirationExpirationAlertUpdateRequest) GetRecipients() []string
GetRecipients returns the Recipients field if non-nil, zero value otherwise.
func (o *AlertsExpirationExpirationAlertUpdateRequest) GetRecipientsOk() (*[]string, bool)
GetRecipientsOk returns a tuple with the Recipients field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AlertsExpirationExpirationAlertUpdateRequest) SetRecipients(v []string)
SetRecipients sets Recipients field to given value.
func (o *AlertsExpirationExpirationAlertUpdateRequest) HasRecipients() bool
HasRecipients returns a boolean if a field has been set.
func (o *AlertsExpirationExpirationAlertUpdateRequest) SetRecipientsNil(b bool)
SetRecipientsNil sets the value for Recipients to be an explicit nil
func (o *AlertsExpirationExpirationAlertUpdateRequest) UnsetRecipients()
UnsetRecipients ensures that no value is present for Recipients, not even an explicit nil
func (o *AlertsExpirationExpirationAlertUpdateRequest) GetEventHandlerParameters() []EventHandlerEventHandlerParameterRequest
GetEventHandlerParameters returns the EventHandlerParameters field if non-nil, zero value otherwise.
func (o *AlertsExpirationExpirationAlertUpdateRequest) 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 *AlertsExpirationExpirationAlertUpdateRequest) SetEventHandlerParameters(v []EventHandlerEventHandlerParameterRequest)
SetEventHandlerParameters sets EventHandlerParameters field to given value.
func (o *AlertsExpirationExpirationAlertUpdateRequest) HasEventHandlerParameters() bool
HasEventHandlerParameters returns a boolean if a field has been set.
func (o *AlertsExpirationExpirationAlertUpdateRequest) SetEventHandlerParametersNil(b bool)
SetEventHandlerParametersNil sets the value for EventHandlerParameters to be an explicit nil
func (o *AlertsExpirationExpirationAlertUpdateRequest) UnsetEventHandlerParameters()
UnsetEventHandlerParameters ensures that no value is present for EventHandlerParameters, not even an explicit nil
func (o *AlertsExpirationExpirationAlertUpdateRequest) GetUseWorkflows() bool
GetUseWorkflows returns the UseWorkflows field if non-nil, zero value otherwise.
func (o *AlertsExpirationExpirationAlertUpdateRequest) 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 *AlertsExpirationExpirationAlertUpdateRequest) SetUseWorkflows(v bool)
SetUseWorkflows sets UseWorkflows field to given value.
func (o *AlertsExpirationExpirationAlertUpdateRequest) HasUseWorkflows() bool
HasUseWorkflows returns a boolean if a field has been set.