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. |
func (o *NewOutgoingIntegrationWebhook) GetTitle() string
GetTitle returns the Title field if non-nil, zero value otherwise.
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.
func (o *NewOutgoingIntegrationWebhook) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (o *NewOutgoingIntegrationWebhook) SetTitle(v string)
SetTitle gets a reference to the given string and assigns it to the Title field.
func (o *NewOutgoingIntegrationWebhook) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
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.
func (o *NewOutgoingIntegrationWebhook) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *NewOutgoingIntegrationWebhook) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (o *NewOutgoingIntegrationWebhook) GetApplicationIds() []int32
GetApplicationIds returns the ApplicationIds field if non-nil, zero value otherwise.
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.
func (o *NewOutgoingIntegrationWebhook) HasApplicationIds() bool
HasApplicationIds returns a boolean if a field has been set.
func (o *NewOutgoingIntegrationWebhook) SetApplicationIds(v []int32)
SetApplicationIds gets a reference to the given []int32 and assigns it to the ApplicationIds field.