mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-05-31 15:11:56 +00:00
15 lines
604 B
Markdown
15 lines
604 B
Markdown
# FileCommitResponse
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**author** | [**CommitUser**](CommitUser.md) | | [optional]
|
|
**committer** | [**CommitUser**](CommitUser.md) | | [optional]
|
|
**created** | [**Date**](Date.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]
|