java-gitea-api/docs/Commit.md

19 lines
643 B
Markdown

# Commit
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**author** | [**User**](User.md) | | [optional]
**commit** | [**RepoCommit**](RepoCommit.md) | | [optional]
**committer** | [**User**](User.md) | | [optional]
**created** | [**OffsetDateTime**](OffsetDateTime.md) | | [optional]
**files** | [**List<CommitAffectedFiles>**](CommitAffectedFiles.md) | | [optional]
**htmlUrl** | **String** | | [optional]
**parents** | [**List<CommitMeta>**](CommitMeta.md) | | [optional]
**sha** | **String** | | [optional]
**url** | **String** | | [optional]