Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 808 Bytes

CreateHookOption.md

File metadata and controls

19 lines (14 loc) · 808 Bytes

openapi.model.CreateHookOption

Load the model package

import 'package:gitea_openapi/api.dart';

Properties

Name Type Description Notes
active bool [optional] [default to false]
branchFilter String [optional] [default to null]
config Map<String, String> CreateHookOptionConfig has all config options in it required are &quot;content_type&quot; and &quot;url&quot; Required [default to {}]
events List<String> [optional] [default to []]
type String [default to null]

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