struct_item.go 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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. TarFileName string `json:"TarFileName" xml:"TarFileName"`
  19. Name string `json:"Name" xml:"Name"`
  20. Category string `json:"Category" xml:"Category"`
  21. ClusterId string `json:"ClusterId" xml:"ClusterId"`
  22. Message string `json:"Message" xml:"Message"`
  23. EntityGroupId string `json:"EntityGroupId" xml:"EntityGroupId"`
  24. StorePath string `json:"StorePath" xml:"StorePath"`
  25. Data string `json:"Data" xml:"Data"`
  26. Revision string `json:"Revision" xml:"Revision"`
  27. Active bool `json:"Active" xml:"Active"`
  28. BackupPlanId string `json:"BackupPlanId" xml:"BackupPlanId"`
  29. CreateTime int64 `json:"CreateTime" xml:"CreateTime"`
  30. GmtCreate int64 `json:"GmtCreate" xml:"GmtCreate"`
  31. EntityId string `json:"EntityId" xml:"EntityId"`
  32. EntityType string `json:"EntityType" xml:"EntityType"`
  33. Md5 string `json:"Md5" xml:"Md5"`
  34. UserId string `json:"UserId" xml:"UserId"`
  35. CommitterId string `json:"CommitterId" xml:"CommitterId"`
  36. Id string `json:"Id" xml:"Id"`
  37. Status string `json:"Status" xml:"Status"`
  38. TagId int64 `json:"TagId" xml:"TagId"`
  39. Description string `json:"Description" xml:"Description"`
  40. MetadataInfo MetadataInfo `json:"MetadataInfo" xml:"MetadataInfo"`
  41. }