24 lines
496 B
Markdown
24 lines
496 B
Markdown
|
|
# CreateHookOption
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**active** | **Boolean** | | [optional]
|
|
**config** | **Map<String, String>** | |
|
|
**events** | **List<String>** | | [optional]
|
|
**type** | [**TypeEnum**](#TypeEnum) | |
|
|
|
|
|
|
<a name="TypeEnum"></a>
|
|
## Enum: TypeEnum
|
|
Name | Value
|
|
---- | -----
|
|
GITEA | "gitea"
|
|
GOGS | "gogs"
|
|
SLACK | "slack"
|
|
DISCORD | "discord"
|
|
|
|
|
|
|