struct_data_in_get_workitem_by_id.go 5.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. package rdc
  2. //Licensed under the Apache License, Version 2.0 (the "License");
  3. //you may not use this file except in compliance with the License.
  4. //You may obtain a copy of the License at
  5. //
  6. //http://www.apache.org/licenses/LICENSE-2.0
  7. //
  8. //Unless required by applicable law or agreed to in writing, software
  9. //distributed under the License is distributed on an "AS IS" BASIS,
  10. //WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  11. //See the License for the specific language governing permissions and
  12. //limitations under the License.
  13. //
  14. // Code generated by Alibaba Cloud SDK Code Generator.
  15. // Changes may cause incorrect behavior and will be lost if the code is regenerated.
  16. // DataInGetWorkitemById is a nested struct in rdc response
  17. type DataInGetWorkitemById struct {
  18. AkProjectId int `json:"AkProjectId" xml:"AkProjectId"`
  19. AssignedTo string `json:"AssignedTo" xml:"AssignedTo"`
  20. AssignedToId int `json:"AssignedToId" xml:"AssignedToId"`
  21. AssignedToIdList string `json:"AssignedToIdList" xml:"AssignedToIdList"`
  22. AssignedToIds string `json:"AssignedToIds" xml:"AssignedToIds"`
  23. AssignedToMaps string `json:"AssignedToMaps" xml:"AssignedToMaps"`
  24. AssignedToStaffId string `json:"AssignedToStaffId" xml:"AssignedToStaffId"`
  25. AttachmentIds string `json:"AttachmentIds" xml:"AttachmentIds"`
  26. AttachmentList string `json:"AttachmentList" xml:"AttachmentList"`
  27. Attachmented bool `json:"Attachmented" xml:"Attachmented"`
  28. BlackListNotice string `json:"BlackListNotice" xml:"BlackListNotice"`
  29. ChangeLogList string `json:"ChangeLogList" xml:"ChangeLogList"`
  30. CommentList string `json:"CommentList" xml:"CommentList"`
  31. CommitDate int64 `json:"CommitDate" xml:"CommitDate"`
  32. CreatedAt int64 `json:"CreatedAt" xml:"CreatedAt"`
  33. Description string `json:"Description" xml:"Description"`
  34. Guid string `json:"Guid" xml:"Guid"`
  35. Id int `json:"Id" xml:"Id"`
  36. IdPath string `json:"IdPath" xml:"IdPath"`
  37. IgnoreCheck bool `json:"IgnoreCheck" xml:"IgnoreCheck"`
  38. IgnoreIntegrate bool `json:"IgnoreIntegrate" xml:"IgnoreIntegrate"`
  39. IssueTypeId int `json:"IssueTypeId" xml:"IssueTypeId"`
  40. LogicalStatus string `json:"LogicalStatus" xml:"LogicalStatus"`
  41. ModuleIds string `json:"ModuleIds" xml:"ModuleIds"`
  42. ModuleList string `json:"ModuleList" xml:"ModuleList"`
  43. ModuleUpdated bool `json:"ModuleUpdated" xml:"ModuleUpdated"`
  44. ParentId int `json:"ParentId" xml:"ParentId"`
  45. Priority string `json:"Priority" xml:"Priority"`
  46. PriorityId int `json:"PriorityId" xml:"PriorityId"`
  47. ProjectIds string `json:"ProjectIds" xml:"ProjectIds"`
  48. RecordChangeLog bool `json:"RecordChangeLog" xml:"RecordChangeLog"`
  49. RegionId int `json:"RegionId" xml:"RegionId"`
  50. RelatedAKProjectGuids string `json:"RelatedAKProjectGuids" xml:"RelatedAKProjectGuids"`
  51. RelatedAKProjectIds string `json:"RelatedAKProjectIds" xml:"RelatedAKProjectIds"`
  52. RelatedUserIds string `json:"RelatedUserIds" xml:"RelatedUserIds"`
  53. SendWangwang bool `json:"SendWangwang" xml:"SendWangwang"`
  54. SeriousLevel string `json:"SeriousLevel" xml:"SeriousLevel"`
  55. SeriousLevelId int `json:"SeriousLevelId" xml:"SeriousLevelId"`
  56. SkipCollab bool `json:"SkipCollab" xml:"SkipCollab"`
  57. Stamp string `json:"Stamp" xml:"Stamp"`
  58. Status string `json:"Status" xml:"Status"`
  59. StatusId int `json:"StatusId" xml:"StatusId"`
  60. StatusStage int `json:"StatusStage" xml:"StatusStage"`
  61. Subject string `json:"Subject" xml:"Subject"`
  62. TagIdList string `json:"TagIdList" xml:"TagIdList"`
  63. TemplateId int `json:"TemplateId" xml:"TemplateId"`
  64. TrackerIds string `json:"TrackerIds" xml:"TrackerIds"`
  65. Trackers string `json:"Trackers" xml:"Trackers"`
  66. UpdateStatusAt int64 `json:"UpdateStatusAt" xml:"UpdateStatusAt"`
  67. UpdatedAt int64 `json:"UpdatedAt" xml:"UpdatedAt"`
  68. User string `json:"User" xml:"User"`
  69. UserId int `json:"UserId" xml:"UserId"`
  70. UserStaffId string `json:"UserStaffId" xml:"UserStaffId"`
  71. Verifier string `json:"Verifier" xml:"Verifier"`
  72. VerifierId int `json:"VerifierId" xml:"VerifierId"`
  73. VerifierStaffId string `json:"VerifierStaffId" xml:"VerifierStaffId"`
  74. VersionIds string `json:"VersionIds" xml:"VersionIds"`
  75. VersionList string `json:"VersionList" xml:"VersionList"`
  76. Watched bool `json:"Watched" xml:"Watched"`
  77. CfsList []CfsListItem `json:"CfsList" xml:"CfsList"`
  78. }