Sha256: 0f24da8caee62147e05880c80fe3d7c5835eb6d66694fe7d5d49c66529b33600
Contents?: true
Size: 475 Bytes
Versions: 6
Compression:
Stored size: 475 Bytes
Contents
# TalonOne::TriggerWebhookEffectProps ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **webhook_id** | **Float** | The ID of the webhook that was triggered. | **webhook_name** | **String** | The name of the webhook that was triggered. | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::TriggerWebhookEffectProps.new(webhook_id: null, webhook_name: null) ```
Version data entries
6 entries across 6 versions & 1 rubygems