mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-05-31 15:11:56 +00:00
16 lines
682 B
Markdown
16 lines
682 B
Markdown
# Commit
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**author** | [**User**](User.md) | | [optional]
|
|
**commit** | [**RepoCommit**](RepoCommit.md) | | [optional]
|
|
**committer** | [**User**](User.md) | | [optional]
|
|
**created** | [**Date**](Date.md) | | [optional]
|
|
**files** | [**List<CommitAffectedFiles>**](CommitAffectedFiles.md) | | [optional]
|
|
**htmlUrl** | **String** | | [optional]
|
|
**parents** | [**List<CommitMeta>**](CommitMeta.md) | | [optional]
|
|
**sha** | **String** | | [optional]
|
|
**stats** | [**CommitStats**](CommitStats.md) | | [optional]
|
|
**url** | **String** | | [optional]
|