Sha256: 0c1d9dfc1b1fbcc768b1b9d6130ec2df26b6029335aef8ffb58d0886cce10f60
Contents?: true
Size: 695 Bytes
Versions: 1
Compression:
Stored size: 695 Bytes
Contents
# ModerationApi::ActionsCreateRequestWebhooksInner ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **name** | **String** | The webhook's name, used to identify it in the dashboard | | | **url** | **String** | The webhook's URL. We'll call this URL when the event occurs. | | | **description** | **String** | The webhook's description | [optional] | | **id** | **String** | ID of an existing webhook or undefined if this is a new webhook. | [optional] | ## Example ```ruby require 'moderation_api' instance = ModerationApi::ActionsCreateRequestWebhooksInner.new( name: null, url: null, description: null, id: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
moderation_api-1.2.2 | docs/ActionsCreateRequestWebhooksInner.md |