Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.07 KB

WebhookSubscription.md

File metadata and controls

18 lines (14 loc) · 1.07 KB

WebhookSubscription

Properties

Name Type Description Notes
Type_ string [default to null]
Uuid string The webhook's id [optional] [default to null]
Url string The URL events get delivered to. [optional] [default to null]
Description string A user-defined description of the webhook. [optional] [default to null]
SubjectType string The type of entity, which is `repository` in the case of webhook subscriptions on repositories. [optional] [default to null]
Subject *interface{} [optional] [default to null]
Active bool [optional] [default to null]
CreatedAt time.Time [optional] [default to null]
Events []string The events this webhook is subscribed to. [optional] [default to null]

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