-
Notifications
You must be signed in to change notification settings - Fork 271
/
struct_object.go
89 lines (87 loc) · 5.26 KB
/
struct_object.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
package devops_rdc
//Licensed under the Apache License, Version 2.0 (the "License");
//you may not use this file except in compliance with the License.
//You may obtain a copy of the License at
//
//http://www.apache.org/licenses/LICENSE-2.0
//
//Unless required by applicable law or agreed to in writing, software
//distributed under the License is distributed on an "AS IS" BASIS,
//WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
//See the License for the specific language governing permissions and
//limitations under the License.
//
// Code generated by Alibaba Cloud SDK Code Generator.
// Changes may cause incorrect behavior and will be lost if the code is regenerated.
// Object is a nested struct in devops_rdc response
type Object struct {
StoryPoint string `json:"StoryPoint" xml:"StoryPoint"`
Logo string `json:"Logo" xml:"Logo"`
EndTime int64 `json:"EndTime" xml:"EndTime"`
Source string `json:"Source" xml:"Source"`
AvatarUrl string `json:"AvatarUrl" xml:"AvatarUrl"`
TaskflowstatusId string `json:"TaskflowstatusId" xml:"TaskflowstatusId"`
Pos int `json:"Pos" xml:"Pos"`
RootCollectionId string `json:"RootCollectionId" xml:"RootCollectionId"`
StartTime int64 `json:"StartTime" xml:"StartTime"`
Content string `json:"Content" xml:"Content"`
IsTemplate bool `json:"IsTemplate" xml:"IsTemplate"`
ProjectId string `json:"ProjectId" xml:"ProjectId"`
IsDone bool `json:"IsDone" xml:"IsDone"`
Id string `json:"Id" xml:"Id"`
OrganizationId string `json:"OrganizationId" xml:"OrganizationId"`
EndDate string `json:"EndDate" xml:"EndDate"`
Accomplished string `json:"Accomplished" xml:"Accomplished"`
Email string `json:"Email" xml:"Email"`
AliyunPk string `json:"AliyunPk" xml:"AliyunPk"`
UniqueIdPrefix string `json:"UniqueIdPrefix" xml:"UniqueIdPrefix"`
Note string `json:"Note" xml:"Note"`
StartDate string `json:"StartDate" xml:"StartDate"`
Customfields string `json:"Customfields" xml:"Customfields"`
Visible string `json:"Visible" xml:"Visible"`
IsArchived bool `json:"IsArchived" xml:"IsArchived"`
IsDeleted bool `json:"IsDeleted" xml:"IsDeleted"`
IsSuspended bool `json:"IsSuspended" xml:"IsSuspended"`
UniqueId int `json:"UniqueId" xml:"UniqueId"`
Status string `json:"Status" xml:"Status"`
TaskType string `json:"TaskType" xml:"TaskType"`
Py string `json:"Py" xml:"Py"`
More bool `json:"More" xml:"More"`
Pinyin string `json:"Pinyin" xml:"Pinyin"`
TotalSize int `json:"TotalSize" xml:"TotalSize"`
ModifierId string `json:"ModifierId" xml:"ModifierId"`
Visibility string `json:"Visibility" xml:"Visibility"`
Name string `json:"Name" xml:"Name"`
Category string `json:"Category" xml:"Category"`
Created string `json:"Created" xml:"Created"`
EmployeeId string `json:"EmployeeId" xml:"EmployeeId"`
ExecutorId string `json:"ExecutorId" xml:"ExecutorId"`
DefaultCollectionId string `json:"DefaultCollectionId" xml:"DefaultCollectionId"`
NormalType string `json:"NormalType" xml:"NormalType"`
NextPageToken string `json:"NextPageToken" xml:"NextPageToken"`
Executor string `json:"Executor" xml:"Executor"`
SourceType string `json:"SourceType" xml:"SourceType"`
SortMethod string `json:"SortMethod" xml:"SortMethod"`
CreatorId string `json:"CreatorId" xml:"CreatorId"`
DefaultRoleId string `json:"DefaultRoleId" xml:"DefaultRoleId"`
Description string `json:"Description" xml:"Description"`
Phone string `json:"Phone" xml:"Phone"`
SprintId string `json:"SprintId" xml:"SprintId"`
Priority int `json:"Priority" xml:"Priority"`
Updated string `json:"Updated" xml:"Updated"`
TasklistId string `json:"TasklistId" xml:"TasklistId"`
AncestorIds string `json:"AncestorIds" xml:"AncestorIds"`
SourceId string `json:"SourceId" xml:"SourceId"`
NextTaskUniqueId int `json:"NextTaskUniqueId" xml:"NextTaskUniqueId"`
Logs string `json:"Logs" xml:"Logs"`
Last int `json:"Last" xml:"Last"`
ScenarioFieldConfigId string `json:"ScenarioFieldConfigId" xml:"ScenarioFieldConfigId"`
Sources string `json:"Sources" xml:"Sources"`
DueDate string `json:"DueDate" xml:"DueDate"`
Rating int `json:"Rating" xml:"Rating"`
PackageDownloadUrls []string `json:"PackageDownloadUrls" xml:"PackageDownloadUrls"`
DockerImages []string `json:"DockerImages" xml:"DockerImages"`
PlanToDo PlanToDo `json:"PlanToDo" xml:"PlanToDo"`
Groups []Group `json:"Groups" xml:"Groups"`
Result []Task `json:"Result" xml:"Result"`
}