struct_job.go 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. package foas
  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. // Job is a nested struct in foas response
  17. type Job struct {
  18. ModifyTime int64 `json:"ModifyTime" xml:"ModifyTime"`
  19. ClusterId string `json:"ClusterId" xml:"ClusterId"`
  20. QueueName string `json:"QueueName" xml:"QueueName"`
  21. JobId string `json:"JobId" xml:"JobId"`
  22. Code string `json:"Code" xml:"Code"`
  23. EngineVersion string `json:"EngineVersion" xml:"EngineVersion"`
  24. ApiType string `json:"ApiType" xml:"ApiType"`
  25. IsCommitted bool `json:"IsCommitted" xml:"IsCommitted"`
  26. FolderId int64 `json:"FolderId" xml:"FolderId"`
  27. Packages string `json:"Packages" xml:"Packages"`
  28. CreateTime int64 `json:"CreateTime" xml:"CreateTime"`
  29. PlanJson string `json:"PlanJson" xml:"PlanJson"`
  30. ProjectName string `json:"ProjectName" xml:"ProjectName"`
  31. Modifier string `json:"Modifier" xml:"Modifier"`
  32. Creator string `json:"Creator" xml:"Creator"`
  33. JobType string `json:"JobType" xml:"JobType"`
  34. JobName string `json:"JobName" xml:"JobName"`
  35. Properties string `json:"Properties" xml:"Properties"`
  36. Description string `json:"Description" xml:"Description"`
  37. }