Skip to content

Latest commit

 

History

History
227 lines (124 loc) · 7.89 KB

File metadata and controls

227 lines (124 loc) · 7.89 KB

AlertsDeniedDeniedAlertCreationRequest

Properties

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]

Methods

NewAlertsDeniedDeniedAlertCreationRequest

func NewAlertsDeniedDeniedAlertCreationRequest(displayName string, subject string, message string, ) *AlertsDeniedDeniedAlertCreationRequest

NewAlertsDeniedDeniedAlertCreationRequest instantiates a new AlertsDeniedDeniedAlertCreationRequest 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

NewAlertsDeniedDeniedAlertCreationRequestWithDefaults

func NewAlertsDeniedDeniedAlertCreationRequestWithDefaults() *AlertsDeniedDeniedAlertCreationRequest

NewAlertsDeniedDeniedAlertCreationRequestWithDefaults instantiates a new AlertsDeniedDeniedAlertCreationRequest 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

GetDisplayName

func (o *AlertsDeniedDeniedAlertCreationRequest) GetDisplayName() string

GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.

GetDisplayNameOk

func (o *AlertsDeniedDeniedAlertCreationRequest) 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.

SetDisplayName

func (o *AlertsDeniedDeniedAlertCreationRequest) SetDisplayName(v string)

SetDisplayName sets DisplayName field to given value.

GetSubject

func (o *AlertsDeniedDeniedAlertCreationRequest) GetSubject() string

GetSubject returns the Subject field if non-nil, zero value otherwise.

GetSubjectOk

func (o *AlertsDeniedDeniedAlertCreationRequest) 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.

SetSubject

func (o *AlertsDeniedDeniedAlertCreationRequest) SetSubject(v string)

SetSubject sets Subject field to given value.

GetMessage

func (o *AlertsDeniedDeniedAlertCreationRequest) GetMessage() string

GetMessage returns the Message field if non-nil, zero value otherwise.

GetMessageOk

func (o *AlertsDeniedDeniedAlertCreationRequest) 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.

SetMessage

func (o *AlertsDeniedDeniedAlertCreationRequest) SetMessage(v string)

SetMessage sets Message field to given value.

GetTemplateId

func (o *AlertsDeniedDeniedAlertCreationRequest) GetTemplateId() int32

GetTemplateId returns the TemplateId field if non-nil, zero value otherwise.

GetTemplateIdOk

func (o *AlertsDeniedDeniedAlertCreationRequest) 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.

SetTemplateId

func (o *AlertsDeniedDeniedAlertCreationRequest) SetTemplateId(v int32)

SetTemplateId sets TemplateId field to given value.

HasTemplateId

func (o *AlertsDeniedDeniedAlertCreationRequest) HasTemplateId() bool

HasTemplateId returns a boolean if a field has been set.

SetTemplateIdNil

func (o *AlertsDeniedDeniedAlertCreationRequest) SetTemplateIdNil(b bool)

SetTemplateIdNil sets the value for TemplateId to be an explicit nil

UnsetTemplateId

func (o *AlertsDeniedDeniedAlertCreationRequest) UnsetTemplateId()

UnsetTemplateId ensures that no value is present for TemplateId, not even an explicit nil

GetRegisteredEventHandler

func (o *AlertsDeniedDeniedAlertCreationRequest) GetRegisteredEventHandler() EventHandlerRegisteredEventHandlerRequest

GetRegisteredEventHandler returns the RegisteredEventHandler field if non-nil, zero value otherwise.

GetRegisteredEventHandlerOk

func (o *AlertsDeniedDeniedAlertCreationRequest) 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.

SetRegisteredEventHandler

func (o *AlertsDeniedDeniedAlertCreationRequest) SetRegisteredEventHandler(v EventHandlerRegisteredEventHandlerRequest)

SetRegisteredEventHandler sets RegisteredEventHandler field to given value.

HasRegisteredEventHandler

func (o *AlertsDeniedDeniedAlertCreationRequest) HasRegisteredEventHandler() bool

HasRegisteredEventHandler returns a boolean if a field has been set.

GetRecipients

func (o *AlertsDeniedDeniedAlertCreationRequest) GetRecipients() []string

GetRecipients returns the Recipients field if non-nil, zero value otherwise.

GetRecipientsOk

func (o *AlertsDeniedDeniedAlertCreationRequest) 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.

SetRecipients

func (o *AlertsDeniedDeniedAlertCreationRequest) SetRecipients(v []string)

SetRecipients sets Recipients field to given value.

HasRecipients

func (o *AlertsDeniedDeniedAlertCreationRequest) HasRecipients() bool

HasRecipients returns a boolean if a field has been set.

SetRecipientsNil

func (o *AlertsDeniedDeniedAlertCreationRequest) SetRecipientsNil(b bool)

SetRecipientsNil sets the value for Recipients to be an explicit nil

UnsetRecipients

func (o *AlertsDeniedDeniedAlertCreationRequest) UnsetRecipients()

UnsetRecipients ensures that no value is present for Recipients, not even an explicit nil

GetEventHandlerParameters

func (o *AlertsDeniedDeniedAlertCreationRequest) GetEventHandlerParameters() []EventHandlerEventHandlerParameterRequest

GetEventHandlerParameters returns the EventHandlerParameters field if non-nil, zero value otherwise.

GetEventHandlerParametersOk

func (o *AlertsDeniedDeniedAlertCreationRequest) 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.

SetEventHandlerParameters

func (o *AlertsDeniedDeniedAlertCreationRequest) SetEventHandlerParameters(v []EventHandlerEventHandlerParameterRequest)

SetEventHandlerParameters sets EventHandlerParameters field to given value.

HasEventHandlerParameters

func (o *AlertsDeniedDeniedAlertCreationRequest) HasEventHandlerParameters() bool

HasEventHandlerParameters returns a boolean if a field has been set.

SetEventHandlerParametersNil

func (o *AlertsDeniedDeniedAlertCreationRequest) SetEventHandlerParametersNil(b bool)

SetEventHandlerParametersNil sets the value for EventHandlerParameters to be an explicit nil

UnsetEventHandlerParameters

func (o *AlertsDeniedDeniedAlertCreationRequest) UnsetEventHandlerParameters()

UnsetEventHandlerParameters ensures that no value is present for EventHandlerParameters, not even an explicit nil

[Back to Model list] [Back to API list] [Back to README]