Skip to content

Latest commit

 

History

History
288 lines (159 loc) · 10 KB

File metadata and controls

288 lines (159 loc) · 10 KB

AlertsPendingPendingAlertDefinitionResponse

Properties

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]

Methods

NewAlertsPendingPendingAlertDefinitionResponse

func NewAlertsPendingPendingAlertDefinitionResponse() *AlertsPendingPendingAlertDefinitionResponse

NewAlertsPendingPendingAlertDefinitionResponse instantiates a new AlertsPendingPendingAlertDefinitionResponse 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

NewAlertsPendingPendingAlertDefinitionResponseWithDefaults

func NewAlertsPendingPendingAlertDefinitionResponseWithDefaults() *AlertsPendingPendingAlertDefinitionResponse

NewAlertsPendingPendingAlertDefinitionResponseWithDefaults instantiates a new AlertsPendingPendingAlertDefinitionResponse 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 *AlertsPendingPendingAlertDefinitionResponse) GetId() int32

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

GetIdOk

func (o *AlertsPendingPendingAlertDefinitionResponse) 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 *AlertsPendingPendingAlertDefinitionResponse) SetId(v int32)

SetId sets Id field to given value.

HasId

func (o *AlertsPendingPendingAlertDefinitionResponse) HasId() bool

HasId returns a boolean if a field has been set.

GetDisplayName

func (o *AlertsPendingPendingAlertDefinitionResponse) GetDisplayName() string

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

GetDisplayNameOk

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

SetDisplayName sets DisplayName field to given value.

HasDisplayName

func (o *AlertsPendingPendingAlertDefinitionResponse) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

SetDisplayNameNil

func (o *AlertsPendingPendingAlertDefinitionResponse) SetDisplayNameNil(b bool)

SetDisplayNameNil sets the value for DisplayName to be an explicit nil

UnsetDisplayName

func (o *AlertsPendingPendingAlertDefinitionResponse) UnsetDisplayName()

UnsetDisplayName ensures that no value is present for DisplayName, not even an explicit nil

GetSubject

func (o *AlertsPendingPendingAlertDefinitionResponse) GetSubject() string

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

GetSubjectOk

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

SetSubject sets Subject field to given value.

HasSubject

func (o *AlertsPendingPendingAlertDefinitionResponse) HasSubject() bool

HasSubject returns a boolean if a field has been set.

SetSubjectNil

func (o *AlertsPendingPendingAlertDefinitionResponse) SetSubjectNil(b bool)

SetSubjectNil sets the value for Subject to be an explicit nil

UnsetSubject

func (o *AlertsPendingPendingAlertDefinitionResponse) UnsetSubject()

UnsetSubject ensures that no value is present for Subject, not even an explicit nil

GetMessage

func (o *AlertsPendingPendingAlertDefinitionResponse) GetMessage() string

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

GetMessageOk

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

SetMessage sets Message field to given value.

HasMessage

func (o *AlertsPendingPendingAlertDefinitionResponse) HasMessage() bool

HasMessage returns a boolean if a field has been set.

SetMessageNil

func (o *AlertsPendingPendingAlertDefinitionResponse) SetMessageNil(b bool)

SetMessageNil sets the value for Message to be an explicit nil

UnsetMessage

func (o *AlertsPendingPendingAlertDefinitionResponse) UnsetMessage()

UnsetMessage ensures that no value is present for Message, not even an explicit nil

GetRecipients

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

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

GetRecipientsOk

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

SetRecipients sets Recipients field to given value.

HasRecipients

func (o *AlertsPendingPendingAlertDefinitionResponse) HasRecipients() bool

HasRecipients returns a boolean if a field has been set.

SetRecipientsNil

func (o *AlertsPendingPendingAlertDefinitionResponse) SetRecipientsNil(b bool)

SetRecipientsNil sets the value for Recipients to be an explicit nil

UnsetRecipients

func (o *AlertsPendingPendingAlertDefinitionResponse) UnsetRecipients()

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

GetTemplate

func (o *AlertsPendingPendingAlertDefinitionResponse) GetTemplate() AlertsAlertTemplateAlertTemplateResponse

GetTemplate returns the Template field if non-nil, zero value otherwise.

GetTemplateOk

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

SetTemplate

func (o *AlertsPendingPendingAlertDefinitionResponse) SetTemplate(v AlertsAlertTemplateAlertTemplateResponse)

SetTemplate sets Template field to given value.

HasTemplate

func (o *AlertsPendingPendingAlertDefinitionResponse) HasTemplate() bool

HasTemplate returns a boolean if a field has been set.

GetRegisteredEventHandler

func (o *AlertsPendingPendingAlertDefinitionResponse) GetRegisteredEventHandler() EventHandlerRegisteredEventHandlerResponse

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

GetRegisteredEventHandlerOk

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

SetRegisteredEventHandler

func (o *AlertsPendingPendingAlertDefinitionResponse) SetRegisteredEventHandler(v EventHandlerRegisteredEventHandlerResponse)

SetRegisteredEventHandler sets RegisteredEventHandler field to given value.

HasRegisteredEventHandler

func (o *AlertsPendingPendingAlertDefinitionResponse) HasRegisteredEventHandler() bool

HasRegisteredEventHandler returns a boolean if a field has been set.

GetEventHandlerParameters

func (o *AlertsPendingPendingAlertDefinitionResponse) GetEventHandlerParameters() []EventHandlerEventHandlerParameterResponse

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

GetEventHandlerParametersOk

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

SetEventHandlerParameters

func (o *AlertsPendingPendingAlertDefinitionResponse) SetEventHandlerParameters(v []EventHandlerEventHandlerParameterResponse)

SetEventHandlerParameters sets EventHandlerParameters field to given value.

HasEventHandlerParameters

func (o *AlertsPendingPendingAlertDefinitionResponse) HasEventHandlerParameters() bool

HasEventHandlerParameters returns a boolean if a field has been set.

SetEventHandlerParametersNil

func (o *AlertsPendingPendingAlertDefinitionResponse) SetEventHandlerParametersNil(b bool)

SetEventHandlerParametersNil sets the value for EventHandlerParameters to be an explicit nil

UnsetEventHandlerParameters

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