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

21 lines
1.1 KiB
Markdown

# PayloadCommit
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**added** | Option<**Vec<String>**> | List of files added in this commit | [optional]
**author** | Option<[**models::PayloadUser**](PayloadUser.md)> | | [optional]
**committer** | Option<[**models::PayloadUser**](PayloadUser.md)> | | [optional]
**id** | Option<**String**> | sha1 hash of the commit | [optional]
**message** | Option<**String**> | The commit message | [optional]
**modified** | Option<**Vec<String>**> | List of files modified in this commit | [optional]
**removed** | Option<**Vec<String>**> | List of files removed in this commit | [optional]
**timestamp** | Option<**String**> | | [optional]
**url** | Option<**String**> | The URL to view this commit | [optional]
**verification** | Option<[**models::PayloadCommitVerification**](PayloadCommitVerification.md)> | | [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)