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

1.1 KiB

PayloadCommit

Properties

Name Type Description Notes
added Option<Vec> List of files added in this commit [optional]
author Option<models::PayloadUser> [optional]
committer Option<models::PayloadUser> [optional]
id Option<String> sha1 hash of the commit [optional]
message Option<String> The commit message [optional]
modified Option<Vec> List of files modified in this commit [optional]
removed Option<Vec> List of files removed in this commit [optional]
timestamp Option<String> [optional]
url Option<String> The URL to view this commit [optional]
verification Option<models::PayloadCommitVerification> [optional]

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