ProgramWithComponents
Properties
| Name |
Type |
Description |
Notes |
| id |
int |
项目 id |
[optional] |
| ident |
string |
项目编号 |
[optional] |
| name |
string |
项目名称 |
[optional] |
| description |
string |
项目描述 |
[optional] |
| status |
int |
项目状态(0:开始 1:暂停 2:关闭) |
[optional] |
| outsourced |
bool |
是否外包项目 |
[optional] |
| type |
string |
项目类型(内部、外包) |
[optional] |
| createdAt |
string |
创建时间 |
[optional] |
| color |
string |
颜色 |
[optional] |
| category |
string |
项目类型 |
[optional] |
| programExtraFields |
\GiteeEnterprise\Model\ProgramExtraField |
项目自定义字段值 |
[optional] |
| components |
\GiteeEnterprise\Model\ProgramComponent[] |
项目组件列表 |
[optional] |
[Back to Model list] [Back to API list] [Back to README]