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

790 B

RepoCommit

Properties

Name Type Description Notes
author Option<models::CommitUser> [optional]
committer Option<models::CommitUser> [optional]
message Option<String> Message is the commit message [optional]
tree Option<models::CommitMeta> [optional]
url Option<String> URL is the API URL for the commit [optional]
verification Option<models::PayloadCommitVerification> [optional]

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