forked from wbrefvem/go-bitbucket
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathissue_change_changes.go
32 lines (21 loc) · 1020 Bytes
/
issue_change_changes.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
/*
* Bitbucket API
*
* Code against the Bitbucket API to automate simple tasks, embed Bitbucket data into your own site, build mobile or desktop apps, or even add custom UI add-ons into Bitbucket itself using the Connect framework.
*
* API version: 2.0
* Contact: [email protected]
* Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
*/
package bitbucket
type IssueChangeChanges struct {
Assignee *IssueChangeChangesAssignee `json:"assignee,omitempty"`
State *IssueChangeChangesAssignee `json:"state,omitempty"`
Title *IssueChangeChangesAssignee `json:"title,omitempty"`
Kind *IssueChangeChangesAssignee `json:"kind,omitempty"`
Milestone *IssueChangeChangesAssignee `json:"milestone,omitempty"`
Component *IssueChangeChangesAssignee `json:"component,omitempty"`
Priority *IssueChangeChangesAssignee `json:"priority,omitempty"`
Version *IssueChangeChangesAssignee `json:"version,omitempty"`
Content *IssueChangeChangesAssignee `json:"content,omitempty"`
}