Files
gitea-rs/crates/gitea-client/docs/GitHook.md
2026-03-20 16:24:40 +01:00

14 lines
549 B
Markdown

# GitHook
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**content** | Option<**String**> | Content contains the script content of the hook | [optional]
**is_active** | Option<**bool**> | IsActive indicates if the hook is active | [optional]
**name** | Option<**String**> | Name is the name of the Git hook | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)