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] |