19
crates/gitea-client/docs/FileCommitResponse.md
Normal file
19
crates/gitea-client/docs/FileCommitResponse.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# 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**> | | [optional]
|
||||
**message** | Option<**String**> | | [optional]
|
||||
**parents** | Option<[**Vec<models::CommitMeta>**](CommitMeta.md)> | | [optional]
|
||||
**sha** | Option<**String**> | | [optional]
|
||||
**tree** | Option<[**models::CommitMeta**](CommitMeta.md)> | | [optional]
|
||||
**url** | Option<**String**> | | [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)
|
||||
|
||||
|
Reference in New Issue
Block a user