| 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 NewTriggerWebhookEffectProps(webhookId float32, webhookName string, ) *TriggerWebhookEffectProps
NewTriggerWebhookEffectProps instantiates a new TriggerWebhookEffectProps 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
func NewTriggerWebhookEffectPropsWithDefaults() *TriggerWebhookEffectProps
NewTriggerWebhookEffectPropsWithDefaults instantiates a new TriggerWebhookEffectProps 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
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) SetWebhookId(v float32)
SetWebhookId sets WebhookId field to given value.
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) SetWebhookName(v string)
SetWebhookName sets WebhookName field to given value.