| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to int32 | [optional] | |
| DisplayName | Pointer to NullableString | [optional] | |
| Subject | Pointer to NullableString | [optional] | |
| Message | Pointer to NullableString | [optional] | |
| ExpirationWarningDays | Pointer to int32 | [optional] | |
| Recipients | Pointer to []string | [optional] | |
| CertificateQuery | Pointer to AlertsAlertCertificateQueryAlertCertificateQueryResponse | [optional] | |
| RegisteredEventHandler | Pointer to EventHandlerRegisteredEventHandlerResponse | [optional] | |
| EventHandlerParameters | Pointer to []EventHandlerEventHandlerParameterResponse | [optional] | |
| UseWorkflows | Pointer to bool | [optional] | |
| WorkflowId | Pointer to NullableString | [optional] | |
| WorkflowName | Pointer to NullableString | [optional] | |
| WorkflowPublishedVersion | Pointer to NullableInt32 | [optional] | |
| WorkflowEnabled | Pointer to NullableBool | [optional] |
func NewAlertsExpirationExpirationAlertDefinitionResponse() *AlertsExpirationExpirationAlertDefinitionResponse
NewAlertsExpirationExpirationAlertDefinitionResponse instantiates a new AlertsExpirationExpirationAlertDefinitionResponse 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 NewAlertsExpirationExpirationAlertDefinitionResponseWithDefaults() *AlertsExpirationExpirationAlertDefinitionResponse
NewAlertsExpirationExpirationAlertDefinitionResponseWithDefaults instantiates a new AlertsExpirationExpirationAlertDefinitionResponse 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 *AlertsExpirationExpirationAlertDefinitionResponse) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *AlertsExpirationExpirationAlertDefinitionResponse) 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 *AlertsExpirationExpirationAlertDefinitionResponse) SetId(v int32)
SetId sets Id field to given value.
func (o *AlertsExpirationExpirationAlertDefinitionResponse) HasId() bool
HasId returns a boolean if a field has been set.
func (o *AlertsExpirationExpirationAlertDefinitionResponse) GetDisplayName() string
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
func (o *AlertsExpirationExpirationAlertDefinitionResponse) 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 *AlertsExpirationExpirationAlertDefinitionResponse) SetDisplayName(v string)
SetDisplayName sets DisplayName field to given value.
func (o *AlertsExpirationExpirationAlertDefinitionResponse) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (o *AlertsExpirationExpirationAlertDefinitionResponse) SetDisplayNameNil(b bool)
SetDisplayNameNil sets the value for DisplayName to be an explicit nil
func (o *AlertsExpirationExpirationAlertDefinitionResponse) UnsetDisplayName()
UnsetDisplayName ensures that no value is present for DisplayName, not even an explicit nil
func (o *AlertsExpirationExpirationAlertDefinitionResponse) GetSubject() string
GetSubject returns the Subject field if non-nil, zero value otherwise.
func (o *AlertsExpirationExpirationAlertDefinitionResponse) 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 *AlertsExpirationExpirationAlertDefinitionResponse) SetSubject(v string)
SetSubject sets Subject field to given value.
func (o *AlertsExpirationExpirationAlertDefinitionResponse) HasSubject() bool
HasSubject returns a boolean if a field has been set.
func (o *AlertsExpirationExpirationAlertDefinitionResponse) SetSubjectNil(b bool)
SetSubjectNil sets the value for Subject to be an explicit nil
func (o *AlertsExpirationExpirationAlertDefinitionResponse) UnsetSubject()
UnsetSubject ensures that no value is present for Subject, not even an explicit nil
func (o *AlertsExpirationExpirationAlertDefinitionResponse) GetMessage() string
GetMessage returns the Message field if non-nil, zero value otherwise.
func (o *AlertsExpirationExpirationAlertDefinitionResponse) 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 *AlertsExpirationExpirationAlertDefinitionResponse) SetMessage(v string)
SetMessage sets Message field to given value.
func (o *AlertsExpirationExpirationAlertDefinitionResponse) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (o *AlertsExpirationExpirationAlertDefinitionResponse) SetMessageNil(b bool)
SetMessageNil sets the value for Message to be an explicit nil
func (o *AlertsExpirationExpirationAlertDefinitionResponse) UnsetMessage()
UnsetMessage ensures that no value is present for Message, not even an explicit nil
func (o *AlertsExpirationExpirationAlertDefinitionResponse) GetExpirationWarningDays() int32
GetExpirationWarningDays returns the ExpirationWarningDays field if non-nil, zero value otherwise.
func (o *AlertsExpirationExpirationAlertDefinitionResponse) 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 *AlertsExpirationExpirationAlertDefinitionResponse) SetExpirationWarningDays(v int32)
SetExpirationWarningDays sets ExpirationWarningDays field to given value.
func (o *AlertsExpirationExpirationAlertDefinitionResponse) HasExpirationWarningDays() bool
HasExpirationWarningDays returns a boolean if a field has been set.
func (o *AlertsExpirationExpirationAlertDefinitionResponse) GetRecipients() []string
GetRecipients returns the Recipients field if non-nil, zero value otherwise.
func (o *AlertsExpirationExpirationAlertDefinitionResponse) 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 *AlertsExpirationExpirationAlertDefinitionResponse) SetRecipients(v []string)
SetRecipients sets Recipients field to given value.
func (o *AlertsExpirationExpirationAlertDefinitionResponse) HasRecipients() bool
HasRecipients returns a boolean if a field has been set.
func (o *AlertsExpirationExpirationAlertDefinitionResponse) SetRecipientsNil(b bool)
SetRecipientsNil sets the value for Recipients to be an explicit nil
func (o *AlertsExpirationExpirationAlertDefinitionResponse) UnsetRecipients()
UnsetRecipients ensures that no value is present for Recipients, not even an explicit nil
func (o *AlertsExpirationExpirationAlertDefinitionResponse) GetCertificateQuery() AlertsAlertCertificateQueryAlertCertificateQueryResponse
GetCertificateQuery returns the CertificateQuery field if non-nil, zero value otherwise.
func (o *AlertsExpirationExpirationAlertDefinitionResponse) GetCertificateQueryOk() (*AlertsAlertCertificateQueryAlertCertificateQueryResponse, bool)
GetCertificateQueryOk returns a tuple with the CertificateQuery field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AlertsExpirationExpirationAlertDefinitionResponse) SetCertificateQuery(v AlertsAlertCertificateQueryAlertCertificateQueryResponse)
SetCertificateQuery sets CertificateQuery field to given value.
func (o *AlertsExpirationExpirationAlertDefinitionResponse) HasCertificateQuery() bool
HasCertificateQuery returns a boolean if a field has been set.
func (o *AlertsExpirationExpirationAlertDefinitionResponse) GetRegisteredEventHandler() EventHandlerRegisteredEventHandlerResponse
GetRegisteredEventHandler returns the RegisteredEventHandler field if non-nil, zero value otherwise.
func (o *AlertsExpirationExpirationAlertDefinitionResponse) GetRegisteredEventHandlerOk() (*EventHandlerRegisteredEventHandlerResponse, 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 *AlertsExpirationExpirationAlertDefinitionResponse) SetRegisteredEventHandler(v EventHandlerRegisteredEventHandlerResponse)
SetRegisteredEventHandler sets RegisteredEventHandler field to given value.
func (o *AlertsExpirationExpirationAlertDefinitionResponse) HasRegisteredEventHandler() bool
HasRegisteredEventHandler returns a boolean if a field has been set.
func (o *AlertsExpirationExpirationAlertDefinitionResponse) GetEventHandlerParameters() []EventHandlerEventHandlerParameterResponse
GetEventHandlerParameters returns the EventHandlerParameters field if non-nil, zero value otherwise.
func (o *AlertsExpirationExpirationAlertDefinitionResponse) GetEventHandlerParametersOk() (*[]EventHandlerEventHandlerParameterResponse, 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 *AlertsExpirationExpirationAlertDefinitionResponse) SetEventHandlerParameters(v []EventHandlerEventHandlerParameterResponse)
SetEventHandlerParameters sets EventHandlerParameters field to given value.
func (o *AlertsExpirationExpirationAlertDefinitionResponse) HasEventHandlerParameters() bool
HasEventHandlerParameters returns a boolean if a field has been set.
func (o *AlertsExpirationExpirationAlertDefinitionResponse) SetEventHandlerParametersNil(b bool)
SetEventHandlerParametersNil sets the value for EventHandlerParameters to be an explicit nil
func (o *AlertsExpirationExpirationAlertDefinitionResponse) UnsetEventHandlerParameters()
UnsetEventHandlerParameters ensures that no value is present for EventHandlerParameters, not even an explicit nil
func (o *AlertsExpirationExpirationAlertDefinitionResponse) GetUseWorkflows() bool
GetUseWorkflows returns the UseWorkflows field if non-nil, zero value otherwise.
func (o *AlertsExpirationExpirationAlertDefinitionResponse) 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 *AlertsExpirationExpirationAlertDefinitionResponse) SetUseWorkflows(v bool)
SetUseWorkflows sets UseWorkflows field to given value.
func (o *AlertsExpirationExpirationAlertDefinitionResponse) HasUseWorkflows() bool
HasUseWorkflows returns a boolean if a field has been set.
func (o *AlertsExpirationExpirationAlertDefinitionResponse) GetWorkflowId() string
GetWorkflowId returns the WorkflowId field if non-nil, zero value otherwise.
func (o *AlertsExpirationExpirationAlertDefinitionResponse) GetWorkflowIdOk() (*string, bool)
GetWorkflowIdOk returns a tuple with the WorkflowId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AlertsExpirationExpirationAlertDefinitionResponse) SetWorkflowId(v string)
SetWorkflowId sets WorkflowId field to given value.
func (o *AlertsExpirationExpirationAlertDefinitionResponse) HasWorkflowId() bool
HasWorkflowId returns a boolean if a field has been set.
func (o *AlertsExpirationExpirationAlertDefinitionResponse) SetWorkflowIdNil(b bool)
SetWorkflowIdNil sets the value for WorkflowId to be an explicit nil
func (o *AlertsExpirationExpirationAlertDefinitionResponse) UnsetWorkflowId()
UnsetWorkflowId ensures that no value is present for WorkflowId, not even an explicit nil
func (o *AlertsExpirationExpirationAlertDefinitionResponse) GetWorkflowName() string
GetWorkflowName returns the WorkflowName field if non-nil, zero value otherwise.
func (o *AlertsExpirationExpirationAlertDefinitionResponse) GetWorkflowNameOk() (*string, bool)
GetWorkflowNameOk returns a tuple with the WorkflowName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AlertsExpirationExpirationAlertDefinitionResponse) SetWorkflowName(v string)
SetWorkflowName sets WorkflowName field to given value.
func (o *AlertsExpirationExpirationAlertDefinitionResponse) HasWorkflowName() bool
HasWorkflowName returns a boolean if a field has been set.
func (o *AlertsExpirationExpirationAlertDefinitionResponse) SetWorkflowNameNil(b bool)
SetWorkflowNameNil sets the value for WorkflowName to be an explicit nil
func (o *AlertsExpirationExpirationAlertDefinitionResponse) UnsetWorkflowName()
UnsetWorkflowName ensures that no value is present for WorkflowName, not even an explicit nil
func (o *AlertsExpirationExpirationAlertDefinitionResponse) GetWorkflowPublishedVersion() int32
GetWorkflowPublishedVersion returns the WorkflowPublishedVersion field if non-nil, zero value otherwise.
func (o *AlertsExpirationExpirationAlertDefinitionResponse) GetWorkflowPublishedVersionOk() (*int32, bool)
GetWorkflowPublishedVersionOk returns a tuple with the WorkflowPublishedVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AlertsExpirationExpirationAlertDefinitionResponse) SetWorkflowPublishedVersion(v int32)
SetWorkflowPublishedVersion sets WorkflowPublishedVersion field to given value.
func (o *AlertsExpirationExpirationAlertDefinitionResponse) HasWorkflowPublishedVersion() bool
HasWorkflowPublishedVersion returns a boolean if a field has been set.
func (o *AlertsExpirationExpirationAlertDefinitionResponse) SetWorkflowPublishedVersionNil(b bool)
SetWorkflowPublishedVersionNil sets the value for WorkflowPublishedVersion to be an explicit nil
func (o *AlertsExpirationExpirationAlertDefinitionResponse) UnsetWorkflowPublishedVersion()
UnsetWorkflowPublishedVersion ensures that no value is present for WorkflowPublishedVersion, not even an explicit nil
func (o *AlertsExpirationExpirationAlertDefinitionResponse) GetWorkflowEnabled() bool
GetWorkflowEnabled returns the WorkflowEnabled field if non-nil, zero value otherwise.
func (o *AlertsExpirationExpirationAlertDefinitionResponse) GetWorkflowEnabledOk() (*bool, bool)
GetWorkflowEnabledOk returns a tuple with the WorkflowEnabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AlertsExpirationExpirationAlertDefinitionResponse) SetWorkflowEnabled(v bool)
SetWorkflowEnabled sets WorkflowEnabled field to given value.
func (o *AlertsExpirationExpirationAlertDefinitionResponse) HasWorkflowEnabled() bool
HasWorkflowEnabled returns a boolean if a field has been set.
func (o *AlertsExpirationExpirationAlertDefinitionResponse) SetWorkflowEnabledNil(b bool)
SetWorkflowEnabledNil sets the value for WorkflowEnabled to be an explicit nil
func (o *AlertsExpirationExpirationAlertDefinitionResponse) UnsetWorkflowEnabled()
UnsetWorkflowEnabled ensures that no value is present for WorkflowEnabled, not even an explicit nil