struct_item.go 4.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. package emr
  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. // Item is a nested struct in emr response
  17. type Item struct {
  18. Name string `json:"Name" xml:"Name"`
  19. EntityGroupId string `json:"EntityGroupId" xml:"EntityGroupId"`
  20. Operation string `json:"Operation" xml:"Operation"`
  21. CreateTime int64 `json:"CreateTime" xml:"CreateTime"`
  22. AliyunUserId string `json:"AliyunUserId" xml:"AliyunUserId"`
  23. QueryId string `json:"QueryId" xml:"QueryId"`
  24. Index int `json:"Index" xml:"Index"`
  25. SourceType string `json:"SourceType" xml:"SourceType"`
  26. Content string `json:"Content" xml:"Content"`
  27. InstanceId string `json:"InstanceId" xml:"InstanceId"`
  28. UserId string `json:"UserId" xml:"UserId"`
  29. Md5 string `json:"Md5" xml:"Md5"`
  30. RootPath string `json:"RootPath" xml:"RootPath"`
  31. OperatorId string `json:"OperatorId" xml:"OperatorId"`
  32. Id string `json:"Id" xml:"Id"`
  33. Description string `json:"Description" xml:"Description"`
  34. KnoxSyncStatus string `json:"KnoxSyncStatus" xml:"KnoxSyncStatus"`
  35. KerberosStutus string `json:"KerberosStutus" xml:"KerberosStutus"`
  36. QueryName string `json:"QueryName" xml:"QueryName"`
  37. TarFileName string `json:"TarFileName" xml:"TarFileName"`
  38. ClusterId string `json:"ClusterId" xml:"ClusterId"`
  39. Error string `json:"Error" xml:"Error"`
  40. StorePath string `json:"StorePath" xml:"StorePath"`
  41. Ts int64 `json:"Ts" xml:"Ts"`
  42. BackupPlanId string `json:"BackupPlanId" xml:"BackupPlanId"`
  43. BackupMethodType string `json:"BackupMethodType" xml:"BackupMethodType"`
  44. GmtCreate int64 `json:"GmtCreate" xml:"GmtCreate"`
  45. MetadataType string `json:"MetadataType" xml:"MetadataType"`
  46. EntityId string `json:"EntityId" xml:"EntityId"`
  47. RunId string `json:"RunId" xml:"RunId"`
  48. EntityType string `json:"EntityType" xml:"EntityType"`
  49. EventId string `json:"EventId" xml:"EventId"`
  50. GmtModified int64 `json:"GmtModified" xml:"GmtModified"`
  51. Enable bool `json:"Enable" xml:"Enable"`
  52. UserName string `json:"UserName" xml:"UserName"`
  53. Status string `json:"Status" xml:"Status"`
  54. LinuxSyncStatus string `json:"LinuxSyncStatus" xml:"LinuxSyncStatus"`
  55. AlertUserGroupIdList AlertUserGroupIdList `json:"AlertUserGroupIdList" xml:"AlertUserGroupIdList"`
  56. AlertDingDingGroupList AlertDingDingGroupListInDescribeETLJob `json:"AlertDingDingGroupList" xml:"AlertDingDingGroupList"`
  57. MetadataInfo MetadataInfo `json:"MetadataInfo" xml:"MetadataInfo"`
  58. RoleDTOList RoleDTOListInPageListResourceUsers `json:"RoleDTOList" xml:"RoleDTOList"`
  59. }