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

21 lines
1.1 KiB
Markdown

# Commit
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**author** | Option<[**models::User**](User.md)> | | [optional]
**commit** | Option<[**models::RepoCommit**](RepoCommit.md)> | | [optional]
**committer** | Option<[**models::User**](User.md)> | | [optional]
**created** | Option<**String**> | | [optional]
**files** | Option<[**Vec<models::CommitAffectedFiles>**](CommitAffectedFiles.md)> | Files contains information about files affected by the commit | [optional]
**html_url** | Option<**String**> | HTMLURL is the web URL for viewing the commit | [optional]
**parents** | Option<[**Vec<models::CommitMeta>**](CommitMeta.md)> | Parents contains the parent commit information | [optional]
**sha** | Option<**String**> | SHA is the commit SHA hash | [optional]
**stats** | Option<[**models::CommitStats**](CommitStats.md)> | | [optional]
**url** | Option<**String**> | URL is the API URL for the commit | [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)