20 lines
820 B
Markdown
20 lines
820 B
Markdown
# Commit
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**author** | [**User**](User.md) | | [optional]
|
|
**commit** | [**RepoCommit**](RepoCommit.md) | | [optional]
|
|
**committer** | [**User**](User.md) | | [optional]
|
|
**created** | **datetime** | | [optional]
|
|
**files** | [**list[CommitAffectedFiles]**](CommitAffectedFiles.md) | | [optional]
|
|
**html_url** | **str** | | [optional]
|
|
**parents** | [**list[CommitMeta]**](CommitMeta.md) | | [optional]
|
|
**sha** | **str** | | [optional]
|
|
**stats** | [**CommitStats**](CommitStats.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)
|
|
|
|
|