IssueTypeWithStateRef
Properties
| Name |
Type |
Description |
Notes |
| id |
int |
任务类型 ID |
[optional] |
| title |
string |
任务类型的名称 |
[optional] |
| template |
string |
任务类型模板 |
[optional] |
| ident |
string |
唯一标识符 |
[optional] |
| color |
string |
颜色 |
[optional] |
| isSystem |
bool |
是否系统默认类型 |
[optional] |
| createdAt |
string |
任务类型创建时间 |
[optional] |
| updatedAt |
string |
任务类型更新时间 |
[optional] |
| category |
string |
类型属性 |
[optional] |
| description |
string |
任务类型描述 |
[optional] |
| issueStatesFlow |
\GiteeEnterprise\Model\IssueState |
关联任务状态 |
[optional] |
[Back to Model list] [Back to API list] [Back to README]