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

20 lines
1023 B
Markdown

# FileCommitResponse
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**author** | Option<[**models::CommitUser**](CommitUser.md)> | | [optional]
**committer** | Option<[**models::CommitUser**](CommitUser.md)> | | [optional]
**created** | Option<**String**> | | [optional]
**html_url** | Option<**String**> | HTMLURL is the web URL for viewing this commit | [optional]
**message** | Option<**String**> | Message is the commit message | [optional]
**parents** | Option<[**Vec<models::CommitMeta>**](CommitMeta.md)> | Parents contains parent commit metadata | [optional]
**sha** | Option<**String**> | SHA is the commit SHA hash | [optional]
**tree** | Option<[**models::CommitMeta**](CommitMeta.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)