Skip to content

Latest commit

 

History

History
253 lines (138 loc) · 8.52 KB

File metadata and controls

253 lines (138 loc) · 8.52 KB

AlertsPendingPendingAlertUpdateRequest

Properties

Name Type Description Notes
Id Pointer to int32 [optional]
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

NewAlertsPendingPendingAlertUpdateRequest

func NewAlertsPendingPendingAlertUpdateRequest(displayName string, subject string, message string, ) *AlertsPendingPendingAlertUpdateRequest

NewAlertsPendingPendingAlertUpdateRequest instantiates a new AlertsPendingPendingAlertUpdateRequest 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

NewAlertsPendingPendingAlertUpdateRequestWithDefaults

func NewAlertsPendingPendingAlertUpdateRequestWithDefaults() *AlertsPendingPendingAlertUpdateRequest

NewAlertsPendingPendingAlertUpdateRequestWithDefaults instantiates a new AlertsPendingPendingAlertUpdateRequest 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

GetId

func (o *AlertsPendingPendingAlertUpdateRequest) GetId() int32

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

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

SetId

func (o *AlertsPendingPendingAlertUpdateRequest) SetId(v int32)

SetId sets Id field to given value.

HasId

func (o *AlertsPendingPendingAlertUpdateRequest) HasId() bool

HasId returns a boolean if a field has been set.

GetDisplayName

func (o *AlertsPendingPendingAlertUpdateRequest) GetDisplayName() string

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

GetDisplayNameOk

func (o *AlertsPendingPendingAlertUpdateRequest) 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 *AlertsPendingPendingAlertUpdateRequest) SetDisplayName(v string)

SetDisplayName sets DisplayName field to given value.

GetSubject

func (o *AlertsPendingPendingAlertUpdateRequest) GetSubject() string

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

GetSubjectOk

func (o *AlertsPendingPendingAlertUpdateRequest) 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 *AlertsPendingPendingAlertUpdateRequest) SetSubject(v string)

SetSubject sets Subject field to given value.

GetMessage

func (o *AlertsPendingPendingAlertUpdateRequest) GetMessage() string

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

GetMessageOk

func (o *AlertsPendingPendingAlertUpdateRequest) 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 *AlertsPendingPendingAlertUpdateRequest) SetMessage(v string)

SetMessage sets Message field to given value.

GetTemplateId

func (o *AlertsPendingPendingAlertUpdateRequest) GetTemplateId() int32

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

GetTemplateIdOk

func (o *AlertsPendingPendingAlertUpdateRequest) 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 *AlertsPendingPendingAlertUpdateRequest) SetTemplateId(v int32)

SetTemplateId sets TemplateId field to given value.

HasTemplateId

func (o *AlertsPendingPendingAlertUpdateRequest) HasTemplateId() bool

HasTemplateId returns a boolean if a field has been set.

SetTemplateIdNil

func (o *AlertsPendingPendingAlertUpdateRequest) SetTemplateIdNil(b bool)

SetTemplateIdNil sets the value for TemplateId to be an explicit nil

UnsetTemplateId

func (o *AlertsPendingPendingAlertUpdateRequest) UnsetTemplateId()

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

GetRegisteredEventHandler

func (o *AlertsPendingPendingAlertUpdateRequest) GetRegisteredEventHandler() EventHandlerRegisteredEventHandlerRequest

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

GetRegisteredEventHandlerOk

func (o *AlertsPendingPendingAlertUpdateRequest) 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 *AlertsPendingPendingAlertUpdateRequest) SetRegisteredEventHandler(v EventHandlerRegisteredEventHandlerRequest)

SetRegisteredEventHandler sets RegisteredEventHandler field to given value.

HasRegisteredEventHandler

func (o *AlertsPendingPendingAlertUpdateRequest) HasRegisteredEventHandler() bool

HasRegisteredEventHandler returns a boolean if a field has been set.

GetRecipients

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

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

GetRecipientsOk

func (o *AlertsPendingPendingAlertUpdateRequest) 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 *AlertsPendingPendingAlertUpdateRequest) SetRecipients(v []string)

SetRecipients sets Recipients field to given value.

HasRecipients

func (o *AlertsPendingPendingAlertUpdateRequest) HasRecipients() bool

HasRecipients returns a boolean if a field has been set.

SetRecipientsNil

func (o *AlertsPendingPendingAlertUpdateRequest) SetRecipientsNil(b bool)

SetRecipientsNil sets the value for Recipients to be an explicit nil

UnsetRecipients

func (o *AlertsPendingPendingAlertUpdateRequest) UnsetRecipients()

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

GetEventHandlerParameters

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

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

GetEventHandlerParametersOk

func (o *AlertsPendingPendingAlertUpdateRequest) 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 *AlertsPendingPendingAlertUpdateRequest) SetEventHandlerParameters(v []EventHandlerEventHandlerParameterRequest)

SetEventHandlerParameters sets EventHandlerParameters field to given value.

HasEventHandlerParameters

func (o *AlertsPendingPendingAlertUpdateRequest) HasEventHandlerParameters() bool

HasEventHandlerParameters returns a boolean if a field has been set.

SetEventHandlerParametersNil

func (o *AlertsPendingPendingAlertUpdateRequest) SetEventHandlerParametersNil(b bool)

SetEventHandlerParametersNil sets the value for EventHandlerParameters to be an explicit nil

UnsetEventHandlerParameters

func (o *AlertsPendingPendingAlertUpdateRequest) 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]