Sha256: b0ab447ffde8a727c4f8c554be1638730b108cec172a56c09cb9914b398ff70c
Contents?: true
Size: 473 Bytes
Versions: 7
Compression:
Stored size: 473 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
7 entries across 7 versions & 1 rubygems