Files
tea4j-autodeploy/docs/Commit.md
T
2022-04-06 14:48:29 +00:00

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]