gitee.com/openeuler/go-gitee@v0.0.0-20220530104019-3af895bc380c/docs/IssueUpdateParam.md (about) 1 # IssueUpdateParam 2 3 ## Properties 4 Name | Type | Description | Notes 5 ------------ | ------------- | ------------- | ------------- 6 **AccessToken** | **string** | 用户授权码 | [optional] [default to null] 7 **Repo** | **string** | 仓库路径(path) | [optional] [default to null] 8 **Title** | **string** | Issue标题 | [optional] [default to null] 9 **State** | **string** | Issue 状态,open(开启的)、progressing(进行中)、closed(关闭的) | [optional] [default to null] 10 **Body** | **string** | Issue描述 | [optional] [default to null] 11 **Assignee** | **string** | Issue负责人的username | [optional] [default to null] 12 **Milestone** | **int32** | 里程碑序号 | [optional] [default to null] 13 **Labels** | **string** | 用逗号分开的标签,名称要求长度在 2-20 之间且非特殊字符。如: bug,performance | [optional] [default to null] 14 **Program** | **string** | 项目ID | [optional] [default to null] 15 **Collaborators** | **string** | Issue协助者的个人空间地址, 以 , 分隔 | [optional] [default to null] 16 17 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 18 19