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

714 B

PayloadCommitVerification

Properties

Name Type Description Notes
payload Option<String> The signed payload content [optional]
reason Option<String> The reason for the verification status [optional]
signature Option<String> The GPG signature of the commit [optional]
signer Option<models::PayloadUser> [optional]
verified Option<bool> Whether the commit signature is verified [optional]

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