Forgejo::CreateHookOption
Properties
Name |
Type |
Description |
Notes |
active |
Boolean |
|
[optional][default to false] |
authorization_header |
String |
|
[optional] |
branch_filter |
String |
|
[optional] |
config |
Hash<String, String> |
CreateHookOptionConfig has all config options in it required are \“content_type\” and \“url\” Required |
|
events |
Array<String> |
|
[optional] |
type |
String |
|
|
Example
require 'forgejo'
instance = Forgejo::CreateHookOption.new(
active: null,
authorization_header: null,
branch_filter: null,
config: null,
events: null,
type: null
)