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

549 B

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] [Back to API list] [Back to README]