Ai
1 Star 0 Fork 41

naibahq/go-gitee

forked from openEuler/go-gitee 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
model_pull_request.go 2.47 KB
一键复制 编辑 原始数据 按行查看 历史
i-robot 提交于 2021-03-24 11:46 +08:00 . fix api's parameter for update pr and get pr
/*
* 码云 Open API
*
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
*
* API version: 5.3.2
* Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
*/
package gitee
// 取消用户测试 Pull Request
type PullRequest struct {
Id int32 `json:"id,omitempty"`
Url string `json:"url,omitempty"`
HtmlUrl string `json:"html_url,omitempty"`
DiffUrl string `json:"diff_url,omitempty"`
PatchUrl string `json:"patch_url,omitempty"`
IssueUrl string `json:"issue_url,omitempty"`
CommitsUrl string `json:"commits_url,omitempty"`
ReviewCommentsUrl string `json:"review_comments_url,omitempty"`
ReviewCommentUrl string `json:"review_comment_url,omitempty"`
CommentsUrl string `json:"comments_url,omitempty"`
StatusesUrl string `json:"statuses_url,omitempty"`
AssigneesNumber int32 `json:"assignees_number,omitempty"`
TestersNumber int32 `json:"testers_number,omitempty"`
Number int32 `json:"number,omitempty"`
State string `json:"state,omitempty"`
Title string `json:"title,omitempty"`
Body string `json:"body,omitempty"`
BodyHtml string `json:"body_html,omitempty"`
Assignees []UserBasic `json:"assignees,omitempty"`
Testers []UserBasic `json:"testers,omitempty"`
Milestone *Milestone `json:"milestone,omitempty"`
Labels []Label `json:"labels,omitempty"`
Locked string `json:"locked,omitempty"`
CreatedAt string `json:"created_at,omitempty"`
UpdatedAt string `json:"updated_at,omitempty"`
ClosedAt string `json:"closed_at,omitempty"`
MergedAt string `json:"merged_at,omitempty"`
Mergeable bool `json:"mergeable,omitempty"`
Head *BasicInfo `json:"head,omitempty"`
Base *BasicInfo `json:"base,omitempty"`
Links string `json:"_links,omitempty"`
User *UserBasic `json:"user,omitempty"`
Comments int32 `json:"comments,omitempty"`
Commits int32 `json:"commits,omitempty"`
Additions int32 `json:"additions,omitempty"`
Deletions int32 `json:"deletions,omitempty"`
ChangedFiles int32 `json:"changed_files,omitempty"`
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/naibahq/go-gitee.git
git@gitee.com:naibahq/go-gitee.git
naibahq
go-gitee
go-gitee
bc992e4c5b2c

搜索帮助