gitea-rs/crates/gitea-client/docs/Commit.md
kjuulh e78d07db33
feat: find another name
Signed-off-by: kjuulh <contact@kjuulh.io>
2024-09-23 22:29:11 +02:00

944 B

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> [optional]
html_url Option<String> [optional]
parents Option<Vecmodels::CommitMeta> [optional]
sha Option<String> [optional]
stats Option<models::CommitStats> [optional]
url Option<String> [optional]

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