| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to int32 | [optional] | |
| DisplayName | Pointer to NullableString | [optional] | |
| Subject | Pointer to NullableString | [optional] | |
| Message | Pointer to NullableString | [optional] | |
| Recipients | Pointer to []string | [optional] | |
| Template | Pointer to AlertsAlertTemplateAlertTemplateResponse | [optional] | |
| RegisteredEventHandler | Pointer to EventHandlerRegisteredEventHandlerResponse | [optional] | |
| EventHandlerParameters | Pointer to []EventHandlerEventHandlerParameterResponse | [optional] |
func NewAlertsIssuedIssuedAlertDefinitionResponse() *AlertsIssuedIssuedAlertDefinitionResponse
NewAlertsIssuedIssuedAlertDefinitionResponse instantiates a new AlertsIssuedIssuedAlertDefinitionResponse 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 NewAlertsIssuedIssuedAlertDefinitionResponseWithDefaults() *AlertsIssuedIssuedAlertDefinitionResponse
NewAlertsIssuedIssuedAlertDefinitionResponseWithDefaults instantiates a new AlertsIssuedIssuedAlertDefinitionResponse 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 *AlertsIssuedIssuedAlertDefinitionResponse) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *AlertsIssuedIssuedAlertDefinitionResponse) 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 *AlertsIssuedIssuedAlertDefinitionResponse) SetId(v int32)
SetId sets Id field to given value.
func (o *AlertsIssuedIssuedAlertDefinitionResponse) HasId() bool
HasId returns a boolean if a field has been set.
func (o *AlertsIssuedIssuedAlertDefinitionResponse) GetDisplayName() string
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
func (o *AlertsIssuedIssuedAlertDefinitionResponse) 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 *AlertsIssuedIssuedAlertDefinitionResponse) SetDisplayName(v string)
SetDisplayName sets DisplayName field to given value.
func (o *AlertsIssuedIssuedAlertDefinitionResponse) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (o *AlertsIssuedIssuedAlertDefinitionResponse) SetDisplayNameNil(b bool)
SetDisplayNameNil sets the value for DisplayName to be an explicit nil
func (o *AlertsIssuedIssuedAlertDefinitionResponse) UnsetDisplayName()
UnsetDisplayName ensures that no value is present for DisplayName, not even an explicit nil
func (o *AlertsIssuedIssuedAlertDefinitionResponse) GetSubject() string
GetSubject returns the Subject field if non-nil, zero value otherwise.
func (o *AlertsIssuedIssuedAlertDefinitionResponse) 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 *AlertsIssuedIssuedAlertDefinitionResponse) SetSubject(v string)
SetSubject sets Subject field to given value.
func (o *AlertsIssuedIssuedAlertDefinitionResponse) HasSubject() bool
HasSubject returns a boolean if a field has been set.
func (o *AlertsIssuedIssuedAlertDefinitionResponse) SetSubjectNil(b bool)
SetSubjectNil sets the value for Subject to be an explicit nil
func (o *AlertsIssuedIssuedAlertDefinitionResponse) UnsetSubject()
UnsetSubject ensures that no value is present for Subject, not even an explicit nil
func (o *AlertsIssuedIssuedAlertDefinitionResponse) GetMessage() string
GetMessage returns the Message field if non-nil, zero value otherwise.
func (o *AlertsIssuedIssuedAlertDefinitionResponse) 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 *AlertsIssuedIssuedAlertDefinitionResponse) SetMessage(v string)
SetMessage sets Message field to given value.
func (o *AlertsIssuedIssuedAlertDefinitionResponse) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (o *AlertsIssuedIssuedAlertDefinitionResponse) SetMessageNil(b bool)
SetMessageNil sets the value for Message to be an explicit nil
func (o *AlertsIssuedIssuedAlertDefinitionResponse) UnsetMessage()
UnsetMessage ensures that no value is present for Message, not even an explicit nil
func (o *AlertsIssuedIssuedAlertDefinitionResponse) GetRecipients() []string
GetRecipients returns the Recipients field if non-nil, zero value otherwise.
func (o *AlertsIssuedIssuedAlertDefinitionResponse) 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 *AlertsIssuedIssuedAlertDefinitionResponse) SetRecipients(v []string)
SetRecipients sets Recipients field to given value.
func (o *AlertsIssuedIssuedAlertDefinitionResponse) HasRecipients() bool
HasRecipients returns a boolean if a field has been set.
func (o *AlertsIssuedIssuedAlertDefinitionResponse) SetRecipientsNil(b bool)
SetRecipientsNil sets the value for Recipients to be an explicit nil
func (o *AlertsIssuedIssuedAlertDefinitionResponse) UnsetRecipients()
UnsetRecipients ensures that no value is present for Recipients, not even an explicit nil
func (o *AlertsIssuedIssuedAlertDefinitionResponse) GetTemplate() AlertsAlertTemplateAlertTemplateResponse
GetTemplate returns the Template field if non-nil, zero value otherwise.
func (o *AlertsIssuedIssuedAlertDefinitionResponse) GetTemplateOk() (*AlertsAlertTemplateAlertTemplateResponse, bool)
GetTemplateOk returns a tuple with the Template field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AlertsIssuedIssuedAlertDefinitionResponse) SetTemplate(v AlertsAlertTemplateAlertTemplateResponse)
SetTemplate sets Template field to given value.
func (o *AlertsIssuedIssuedAlertDefinitionResponse) HasTemplate() bool
HasTemplate returns a boolean if a field has been set.
func (o *AlertsIssuedIssuedAlertDefinitionResponse) GetRegisteredEventHandler() EventHandlerRegisteredEventHandlerResponse
GetRegisteredEventHandler returns the RegisteredEventHandler field if non-nil, zero value otherwise.
func (o *AlertsIssuedIssuedAlertDefinitionResponse) 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 *AlertsIssuedIssuedAlertDefinitionResponse) SetRegisteredEventHandler(v EventHandlerRegisteredEventHandlerResponse)
SetRegisteredEventHandler sets RegisteredEventHandler field to given value.
func (o *AlertsIssuedIssuedAlertDefinitionResponse) HasRegisteredEventHandler() bool
HasRegisteredEventHandler returns a boolean if a field has been set.
func (o *AlertsIssuedIssuedAlertDefinitionResponse) GetEventHandlerParameters() []EventHandlerEventHandlerParameterResponse
GetEventHandlerParameters returns the EventHandlerParameters field if non-nil, zero value otherwise.
func (o *AlertsIssuedIssuedAlertDefinitionResponse) 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 *AlertsIssuedIssuedAlertDefinitionResponse) SetEventHandlerParameters(v []EventHandlerEventHandlerParameterResponse)
SetEventHandlerParameters sets EventHandlerParameters field to given value.
func (o *AlertsIssuedIssuedAlertDefinitionResponse) HasEventHandlerParameters() bool
HasEventHandlerParameters returns a boolean if a field has been set.
func (o *AlertsIssuedIssuedAlertDefinitionResponse) SetEventHandlerParametersNil(b bool)
SetEventHandlerParametersNil sets the value for EventHandlerParameters to be an explicit nil
func (o *AlertsIssuedIssuedAlertDefinitionResponse) UnsetEventHandlerParameters()
UnsetEventHandlerParameters ensures that no value is present for EventHandlerParameters, not even an explicit nil