18 lines
701 B
Markdown
18 lines
701 B
Markdown
|
# FileCommitResponse
|
||
|
|
||
|
## Properties
|
||
|
Name | Type | Description | Notes
|
||
|
------------ | ------------- | ------------- | -------------
|
||
|
**author** | [**CommitUser**](CommitUser.md) | | [optional]
|
||
|
**committer** | [**CommitUser**](CommitUser.md) | | [optional]
|
||
|
**html_url** | **str** | | [optional]
|
||
|
**message** | **str** | | [optional]
|
||
|
**parents** | [**list[CommitMeta]**](CommitMeta.md) | | [optional]
|
||
|
**sha** | **str** | | [optional]
|
||
|
**tree** | [**CommitMeta**](CommitMeta.md) | | [optional]
|
||
|
**url** | **str** | | [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)
|
||
|
|
||
|
|