IssueStateDetail
Properties
| Name |
Type |
Description |
Notes |
| id |
int |
任务状态 ID |
[optional] |
| title |
string |
任务状态的名称 |
[optional] |
| color |
string |
任务状态的颜色 |
[optional] |
| icon |
string |
任务状态的 Icon |
[optional] |
| command |
string |
任务状态的 指令 |
[optional] |
| serial |
string |
任务状态的 排序 |
[optional] |
| issueTypes |
\GiteeEnterprise\Model\IssueType[] |
关联该任务状态的任务类型 |
[optional] |
| createdAt |
string |
任务状态创建时间 |
[optional] |
| updatedAt |
string |
任务状态更新时间 |
[optional] |
| typesUsing |
bool |
是否有任务类型使用 |
[optional] |
| issuesUsing |
bool |
是否有任务使用 |
[optional] |
[Back to Model list] [Back to API list] [Back to README]