Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to int32 | [optional] | |
DisplayName | Pointer to string | [optional] | |
Subject | Pointer to string | [optional] | |
Message | Pointer to string | [optional] | |
Recipients | Pointer to []string | [optional] | |
Template | Pointer to KeyfactorApiModelsAlertsAlertTemplateAlertTemplateResponse | [optional] | |
RegisteredEventHandler | Pointer to KeyfactorApiModelsEventHandlerRegisteredEventHandlerResponse | [optional] | |
EventHandlerParameters | Pointer to []KeyfactorApiModelsEventHandlerEventHandlerParameterResponse | [optional] |
func NewKeyfactorApiModelsAlertsDeniedDeniedAlertDefinitionResponse() *KeyfactorApiModelsAlertsDeniedDeniedAlertDefinitionResponse
NewKeyfactorApiModelsAlertsDeniedDeniedAlertDefinitionResponse instantiates a new KeyfactorApiModelsAlertsDeniedDeniedAlertDefinitionResponse 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 NewKeyfactorApiModelsAlertsDeniedDeniedAlertDefinitionResponseWithDefaults() *KeyfactorApiModelsAlertsDeniedDeniedAlertDefinitionResponse
NewKeyfactorApiModelsAlertsDeniedDeniedAlertDefinitionResponseWithDefaults instantiates a new KeyfactorApiModelsAlertsDeniedDeniedAlertDefinitionResponse 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 *KeyfactorApiModelsAlertsDeniedDeniedAlertDefinitionResponse) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertDefinitionResponse) 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 *KeyfactorApiModelsAlertsDeniedDeniedAlertDefinitionResponse) SetId(v int32)
SetId sets Id field to given value.
func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertDefinitionResponse) HasId() bool
HasId returns a boolean if a field has been set.
func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertDefinitionResponse) GetDisplayName() string
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertDefinitionResponse) 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 *KeyfactorApiModelsAlertsDeniedDeniedAlertDefinitionResponse) SetDisplayName(v string)
SetDisplayName sets DisplayName field to given value.
func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertDefinitionResponse) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertDefinitionResponse) GetSubject() string
GetSubject returns the Subject field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertDefinitionResponse) 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 *KeyfactorApiModelsAlertsDeniedDeniedAlertDefinitionResponse) SetSubject(v string)
SetSubject sets Subject field to given value.
func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertDefinitionResponse) HasSubject() bool
HasSubject returns a boolean if a field has been set.
func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertDefinitionResponse) GetMessage() string
GetMessage returns the Message field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertDefinitionResponse) 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 *KeyfactorApiModelsAlertsDeniedDeniedAlertDefinitionResponse) SetMessage(v string)
SetMessage sets Message field to given value.
func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertDefinitionResponse) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertDefinitionResponse) GetRecipients() []string
GetRecipients returns the Recipients field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertDefinitionResponse) 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 *KeyfactorApiModelsAlertsDeniedDeniedAlertDefinitionResponse) SetRecipients(v []string)
SetRecipients sets Recipients field to given value.
func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertDefinitionResponse) HasRecipients() bool
HasRecipients returns a boolean if a field has been set.
func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertDefinitionResponse) GetTemplate() KeyfactorApiModelsAlertsAlertTemplateAlertTemplateResponse
GetTemplate returns the Template field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertDefinitionResponse) GetTemplateOk() (*KeyfactorApiModelsAlertsAlertTemplateAlertTemplateResponse, 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 *KeyfactorApiModelsAlertsDeniedDeniedAlertDefinitionResponse) SetTemplate(v KeyfactorApiModelsAlertsAlertTemplateAlertTemplateResponse)
SetTemplate sets Template field to given value.
func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertDefinitionResponse) HasTemplate() bool
HasTemplate returns a boolean if a field has been set.
func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertDefinitionResponse) GetRegisteredEventHandler() KeyfactorApiModelsEventHandlerRegisteredEventHandlerResponse
GetRegisteredEventHandler returns the RegisteredEventHandler field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertDefinitionResponse) GetRegisteredEventHandlerOk() (*KeyfactorApiModelsEventHandlerRegisteredEventHandlerResponse, 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 *KeyfactorApiModelsAlertsDeniedDeniedAlertDefinitionResponse) SetRegisteredEventHandler(v KeyfactorApiModelsEventHandlerRegisteredEventHandlerResponse)
SetRegisteredEventHandler sets RegisteredEventHandler field to given value.
func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertDefinitionResponse) HasRegisteredEventHandler() bool
HasRegisteredEventHandler returns a boolean if a field has been set.
func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertDefinitionResponse) GetEventHandlerParameters() []KeyfactorApiModelsEventHandlerEventHandlerParameterResponse
GetEventHandlerParameters returns the EventHandlerParameters field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertDefinitionResponse) GetEventHandlerParametersOk() (*[]KeyfactorApiModelsEventHandlerEventHandlerParameterResponse, 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 *KeyfactorApiModelsAlertsDeniedDeniedAlertDefinitionResponse) SetEventHandlerParameters(v []KeyfactorApiModelsEventHandlerEventHandlerParameterResponse)
SetEventHandlerParameters sets EventHandlerParameters field to given value.
func (o *KeyfactorApiModelsAlertsDeniedDeniedAlertDefinitionResponse) HasEventHandlerParameters() bool
HasEventHandlerParameters returns a boolean if a field has been set.