| Name | Type | Description | Notes |
|---|---|---|---|
| DisplayName | string | ||
| Subject | string | ||
| Message | string | ||
| TemplateId | Pointer to NullableInt32 | [optional] | |
| RegisteredEventHandler | Pointer to EventHandlerRegisteredEventHandlerRequest | [optional] | |
| Recipients | Pointer to []string | [optional] | |
| EventHandlerParameters | Pointer to []EventHandlerEventHandlerParameterRequest | [optional] |
func NewAlertsPendingPendingAlertCreationRequest(displayName string, subject string, message string, ) *AlertsPendingPendingAlertCreationRequest
NewAlertsPendingPendingAlertCreationRequest instantiates a new AlertsPendingPendingAlertCreationRequest 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 NewAlertsPendingPendingAlertCreationRequestWithDefaults() *AlertsPendingPendingAlertCreationRequest
NewAlertsPendingPendingAlertCreationRequestWithDefaults instantiates a new AlertsPendingPendingAlertCreationRequest 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 *AlertsPendingPendingAlertCreationRequest) GetDisplayName() string
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
func (o *AlertsPendingPendingAlertCreationRequest) 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 *AlertsPendingPendingAlertCreationRequest) SetDisplayName(v string)
SetDisplayName sets DisplayName field to given value.
func (o *AlertsPendingPendingAlertCreationRequest) GetSubject() string
GetSubject returns the Subject field if non-nil, zero value otherwise.
func (o *AlertsPendingPendingAlertCreationRequest) 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 *AlertsPendingPendingAlertCreationRequest) SetSubject(v string)
SetSubject sets Subject field to given value.
func (o *AlertsPendingPendingAlertCreationRequest) GetMessage() string
GetMessage returns the Message field if non-nil, zero value otherwise.
func (o *AlertsPendingPendingAlertCreationRequest) 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 *AlertsPendingPendingAlertCreationRequest) SetMessage(v string)
SetMessage sets Message field to given value.
func (o *AlertsPendingPendingAlertCreationRequest) GetTemplateId() int32
GetTemplateId returns the TemplateId field if non-nil, zero value otherwise.
func (o *AlertsPendingPendingAlertCreationRequest) GetTemplateIdOk() (*int32, bool)
GetTemplateIdOk returns a tuple with the TemplateId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AlertsPendingPendingAlertCreationRequest) SetTemplateId(v int32)
SetTemplateId sets TemplateId field to given value.
func (o *AlertsPendingPendingAlertCreationRequest) HasTemplateId() bool
HasTemplateId returns a boolean if a field has been set.
func (o *AlertsPendingPendingAlertCreationRequest) SetTemplateIdNil(b bool)
SetTemplateIdNil sets the value for TemplateId to be an explicit nil
func (o *AlertsPendingPendingAlertCreationRequest) UnsetTemplateId()
UnsetTemplateId ensures that no value is present for TemplateId, not even an explicit nil
func (o *AlertsPendingPendingAlertCreationRequest) GetRegisteredEventHandler() EventHandlerRegisteredEventHandlerRequest
GetRegisteredEventHandler returns the RegisteredEventHandler field if non-nil, zero value otherwise.
func (o *AlertsPendingPendingAlertCreationRequest) 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 *AlertsPendingPendingAlertCreationRequest) SetRegisteredEventHandler(v EventHandlerRegisteredEventHandlerRequest)
SetRegisteredEventHandler sets RegisteredEventHandler field to given value.
func (o *AlertsPendingPendingAlertCreationRequest) HasRegisteredEventHandler() bool
HasRegisteredEventHandler returns a boolean if a field has been set.
func (o *AlertsPendingPendingAlertCreationRequest) GetRecipients() []string
GetRecipients returns the Recipients field if non-nil, zero value otherwise.
func (o *AlertsPendingPendingAlertCreationRequest) 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 *AlertsPendingPendingAlertCreationRequest) SetRecipients(v []string)
SetRecipients sets Recipients field to given value.
func (o *AlertsPendingPendingAlertCreationRequest) HasRecipients() bool
HasRecipients returns a boolean if a field has been set.
func (o *AlertsPendingPendingAlertCreationRequest) SetRecipientsNil(b bool)
SetRecipientsNil sets the value for Recipients to be an explicit nil
func (o *AlertsPendingPendingAlertCreationRequest) UnsetRecipients()
UnsetRecipients ensures that no value is present for Recipients, not even an explicit nil
func (o *AlertsPendingPendingAlertCreationRequest) GetEventHandlerParameters() []EventHandlerEventHandlerParameterRequest
GetEventHandlerParameters returns the EventHandlerParameters field if non-nil, zero value otherwise.
func (o *AlertsPendingPendingAlertCreationRequest) 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 *AlertsPendingPendingAlertCreationRequest) SetEventHandlerParameters(v []EventHandlerEventHandlerParameterRequest)
SetEventHandlerParameters sets EventHandlerParameters field to given value.
func (o *AlertsPendingPendingAlertCreationRequest) HasEventHandlerParameters() bool
HasEventHandlerParameters returns a boolean if a field has been set.
func (o *AlertsPendingPendingAlertCreationRequest) SetEventHandlerParametersNil(b bool)
SetEventHandlerParametersNil sets the value for EventHandlerParameters to be an explicit nil
func (o *AlertsPendingPendingAlertCreationRequest) UnsetEventHandlerParameters()
UnsetEventHandlerParameters ensures that no value is present for EventHandlerParameters, not even an explicit nil