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

20 lines
1.1 KiB
Markdown

# ChangedFile
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**additions** | Option<**i64**> | The number of lines added to the file | [optional]
**changes** | Option<**i64**> | The total number of changes to the file | [optional]
**contents_url** | Option<**String**> | The API URL to get the file contents | [optional]
**deletions** | Option<**i64**> | The number of lines deleted from the file | [optional]
**filename** | Option<**String**> | The name of the changed file | [optional]
**html_url** | Option<**String**> | The HTML URL to view the file changes | [optional]
**previous_filename** | Option<**String**> | The previous filename if the file was renamed | [optional]
**raw_url** | Option<**String**> | The raw URL to download the file | [optional]
**status** | Option<**String**> | The status of the file change (added, modified, deleted, etc.) | [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)