Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 810 Bytes

WebhookAllOf.md

File metadata and controls

15 lines (10 loc) · 810 Bytes

WebhookAllOf

Properties

Name Type Description Notes
has_token bool, none_type Flag indicating if webhook has a token. [optional] [readonly]
token str, none_type Bearer token for the webhook. [optional]
type str The destination type. [optional] if omitted the server will use the default value of "WEBHOOK"
url str The webhook URL. [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]