19 lines
628 B
Markdown
19 lines
628 B
Markdown
|
|
# FileCommitResponse
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**author** | [**CommitUser**](CommitUser.md) | | [optional]
|
|
**committer** | [**CommitUser**](CommitUser.md) | | [optional]
|
|
**created** | [**OffsetDateTime**](OffsetDateTime.md) | | [optional]
|
|
**htmlUrl** | **String** | | [optional]
|
|
**message** | **String** | | [optional]
|
|
**parents** | [**List<CommitMeta>**](CommitMeta.md) | | [optional]
|
|
**sha** | **String** | | [optional]
|
|
**tree** | [**CommitMeta**](CommitMeta.md) | | [optional]
|
|
**url** | **String** | | [optional]
|
|
|
|
|
|
|