|
4 | 4 | Name | Type | Description | Notes |
5 | 5 | ------------ | ------------- | ------------- | ------------- |
6 | 6 | **id** | **string** | Commit ID | [optional] |
7 | | -**shortId** | **int** | Commit Short ID | [optional] |
8 | | -**title** | **int** | Commit Title | [optional] |
9 | | -**titleHtml** | **int** | Commit Html Title | [optional] |
| 7 | +**shortId** | **string** | Commit Short ID | [optional] |
| 8 | +**title** | **string** | Commit Title | [optional] |
| 9 | +**titleHtml** | **string** | Commit Html Title | [optional] |
10 | 10 | **description** | **string** | Commit Description | [optional] |
11 | 11 | **descriptionHtml** | **string** | Commit Html Description | [optional] |
12 | 12 | **message** | **string** | Commit Message | [optional] |
13 | 13 | **completeTitle** | **string** | Complete Commit Title | [optional] |
14 | 14 | **completeTitleHtml** | **string** | Complete Commit Title Html | [optional] |
15 | 15 | **messageHtml** | **string** | Commit Html Message | [optional] |
16 | | -**author** | **int** | Commit 作者 | [optional] |
17 | | -**committer** | **int** | Commit 提交人 | [optional] |
18 | | -**authoredDate** | **int** | 推送时间 | [optional] |
19 | | -**committedDate** | **int** | 提交时间 | [optional] |
| 16 | +**author** | [**\GiteeEnterprise\Model\UserWithRemark**](UserWithRemark.md) | Commit 作者 | [optional] |
| 17 | +**committer** | [**\GiteeEnterprise\Model\UserWithRemark**](UserWithRemark.md) | Commit 提交人 | [optional] |
| 18 | +**authoredDate** | [**\DateTime**](\DateTime.md) | 推送时间 | [optional] |
| 19 | +**committedDate** | [**\DateTime**](\DateTime.md) | 提交时间 | [optional] |
20 | 20 | **signature** | [**\GiteeEnterprise\Model\CommitSignature**](CommitSignature.md) | 签名 | [optional] |
21 | | -**buildState** | **int** | Gitee Go构建状态 | [optional] |
| 21 | +**buildState** | **object** | Gitee Go构建状态 | [optional] |
| 22 | +**parents** | [**null[]**](.md) | 父节点 | [optional] |
22 | 23 | **diffFilesSize** | **int** | diff 文件大小 | [optional] |
23 | 24 | **limitDiffFilesSize** | **int** | 可渲染的diff文件大小 | [optional] |
24 | 25 | **isOverflow** | **bool** | diff大小是否超出限制 | [optional] |
|
0 commit comments