14 lines
550 B
Markdown
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)
|
|
|
|
|