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

14 lines
550 B
Markdown

# 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]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)