mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-05-31 15:11:56 +00:00
12 lines
550 B
Markdown
12 lines
550 B
Markdown
# RepoCommit
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**author** | [**CommitUser**](CommitUser.md) | | [optional]
|
|
**committer** | [**CommitUser**](CommitUser.md) | | [optional]
|
|
**message** | **String** | Message is the commit message | [optional]
|
|
**tree** | [**CommitMeta**](CommitMeta.md) | | [optional]
|
|
**url** | **String** | URL is the API URL for the commit | [optional]
|
|
**verification** | [**PayloadCommitVerification**](PayloadCommitVerification.md) | | [optional]
|