Skip to content

Latest commit

 

History

History
91 lines (48 loc) · 2.69 KB

NewOutgoingIntegrationWebhook.md

File metadata and controls

91 lines (48 loc) · 2.69 KB

NewOutgoingIntegrationWebhook

Properties

Name Type Description Notes
Title Pointer to string Webhook title.
Description Pointer to string A description of the webhook. [optional]
ApplicationIds Pointer to []int32 IDs of the Applications to which a webhook must be linked.

Methods

GetTitle

func (o *NewOutgoingIntegrationWebhook) GetTitle() string

GetTitle returns the Title field if non-nil, zero value otherwise.

GetTitleOk

func (o *NewOutgoingIntegrationWebhook) GetTitleOk() (string, bool)

GetTitleOk returns a tuple with the Title field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

HasTitle

func (o *NewOutgoingIntegrationWebhook) HasTitle() bool

HasTitle returns a boolean if a field has been set.

SetTitle

func (o *NewOutgoingIntegrationWebhook) SetTitle(v string)

SetTitle gets a reference to the given string and assigns it to the Title field.

GetDescription

func (o *NewOutgoingIntegrationWebhook) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

func (o *NewOutgoingIntegrationWebhook) GetDescriptionOk() (string, bool)

GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

HasDescription

func (o *NewOutgoingIntegrationWebhook) HasDescription() bool

HasDescription returns a boolean if a field has been set.

SetDescription

func (o *NewOutgoingIntegrationWebhook) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

GetApplicationIds

func (o *NewOutgoingIntegrationWebhook) GetApplicationIds() []int32

GetApplicationIds returns the ApplicationIds field if non-nil, zero value otherwise.

GetApplicationIdsOk

func (o *NewOutgoingIntegrationWebhook) GetApplicationIdsOk() ([]int32, bool)

GetApplicationIdsOk returns a tuple with the ApplicationIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

HasApplicationIds

func (o *NewOutgoingIntegrationWebhook) HasApplicationIds() bool

HasApplicationIds returns a boolean if a field has been set.

SetApplicationIds

func (o *NewOutgoingIntegrationWebhook) SetApplicationIds(v []int32)

SetApplicationIds gets a reference to the given []int32 and assigns it to the ApplicationIds field.

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