CommitBase
Properties
| Name |
Type |
Description |
Notes |
| id |
string |
Commit ID |
[optional] |
| shortId |
string |
Commit Short ID |
[optional] |
| title |
string |
Commit Title |
[optional] |
| titleHtml |
string |
Commit Html Title |
[optional] |
| description |
string |
Commit Description |
[optional] |
| descriptionHtml |
string |
Commit Html Description |
[optional] |
| message |
string |
Commit Message |
[optional] |
| completeTitle |
string |
Complete Commit Title |
[optional] |
| completeTitleHtml |
string |
Complete Commit Title Html |
[optional] |
| messageHtml |
string |
Commit Html Message |
[optional] |
| author |
int |
Commit 作者 |
[optional] |
| committer |
int |
Commit 提交人 |
[optional] |
| authoredDate |
int |
推送时间 |
[optional] |
| committedDate |
int |
提交时间 |
[optional] |
| signature |
\GiteeEnterprise\Model\CommitSignature |
签名 |
[optional] |
| buildState |
int |
Gitee Go构建状态 |
[optional] |
| reviewed |
bool |
是否已经通过评审 |
[optional] |
[Back to Model list] [Back to API list] [Back to README]