Skip to content

Latest commit

 

History

History
65 lines (34 loc) · 1.87 KB

TriggerWebhookEffectProps.md

File metadata and controls

65 lines (34 loc) · 1.87 KB

TriggerWebhookEffectProps

Properties

Name Type Description Notes
WebhookId Pointer to float32 The ID of the webhook that was triggered.
WebhookName Pointer to string The name of the webhook that was triggered.

Methods

GetWebhookId

func (o *TriggerWebhookEffectProps) GetWebhookId() float32

GetWebhookId returns the WebhookId field if non-nil, zero value otherwise.

GetWebhookIdOk

func (o *TriggerWebhookEffectProps) GetWebhookIdOk() (float32, bool)

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

HasWebhookId

func (o *TriggerWebhookEffectProps) HasWebhookId() bool

HasWebhookId returns a boolean if a field has been set.

SetWebhookId

func (o *TriggerWebhookEffectProps) SetWebhookId(v float32)

SetWebhookId gets a reference to the given float32 and assigns it to the WebhookId field.

GetWebhookName

func (o *TriggerWebhookEffectProps) GetWebhookName() string

GetWebhookName returns the WebhookName field if non-nil, zero value otherwise.

GetWebhookNameOk

func (o *TriggerWebhookEffectProps) GetWebhookNameOk() (string, bool)

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

HasWebhookName

func (o *TriggerWebhookEffectProps) HasWebhookName() bool

HasWebhookName returns a boolean if a field has been set.

SetWebhookName

func (o *TriggerWebhookEffectProps) SetWebhookName(v string)

SetWebhookName gets a reference to the given string and assigns it to the WebhookName field.

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