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. |
func (o *TriggerWebhookEffectProps) GetWebhookId() float32
GetWebhookId returns the WebhookId field if non-nil, zero value otherwise.
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.
func (o *TriggerWebhookEffectProps) HasWebhookId() bool
HasWebhookId returns a boolean if a field has been set.
func (o *TriggerWebhookEffectProps) SetWebhookId(v float32)
SetWebhookId gets a reference to the given float32 and assigns it to the WebhookId field.
func (o *TriggerWebhookEffectProps) GetWebhookName() string
GetWebhookName returns the WebhookName field if non-nil, zero value otherwise.
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.
func (o *TriggerWebhookEffectProps) HasWebhookName() bool
HasWebhookName returns a boolean if a field has been set.
func (o *TriggerWebhookEffectProps) SetWebhookName(v string)
SetWebhookName gets a reference to the given string and assigns it to the WebhookName field.