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

1.1 KiB

Commit

Properties

Name Type Description Notes
author Option<models::User> [optional]
commit Option<models::RepoCommit> [optional]
committer Option<models::User> [optional]
created Option<String> [optional]
files Option<Vecmodels::CommitAffectedFiles> Files contains information about files affected by the commit [optional]
html_url Option<String> HTMLURL is the web URL for viewing the commit [optional]
parents Option<Vecmodels::CommitMeta> Parents contains the parent commit information [optional]
sha Option<String> SHA is the commit SHA hash [optional]
stats Option<models::CommitStats> [optional]
url Option<String> URL is the API URL for the commit [optional]

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