SyncteraRubySdk::WebhookListAllOf
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| webhooks | Array<Webhook> | Array of webhooks |
Example
require 'synctera_ruby_sdk'
instance = SyncteraRubySdk::WebhookListAllOf.new(
webhooks: null
)
| Name | Type | Description | Notes |
|---|---|---|---|
| webhooks | Array<Webhook> | Array of webhooks |
require 'synctera_ruby_sdk'
instance = SyncteraRubySdk::WebhookListAllOf.new(
webhooks: null
)