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

550 B

CommitStats

Properties

Name Type Description Notes
additions Option<i64> Additions is the number of lines added [optional]
deletions Option<i64> Deletions is the number of lines deleted [optional]
total Option<i64> Total is the total number of lines changed [optional]

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