struct_instance.go 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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. // Instance is a nested struct in foas response
  17. type Instance struct {
  18. ClusterId string `json:"ClusterId" xml:"ClusterId"`
  19. QueueName string `json:"QueueName" xml:"QueueName"`
  20. Code string `json:"Code" xml:"Code"`
  21. LastOperateTime int64 `json:"LastOperateTime" xml:"LastOperateTime"`
  22. EngineVersion string `json:"EngineVersion" xml:"EngineVersion"`
  23. ApiType string `json:"ApiType" xml:"ApiType"`
  24. LastErrorTime int64 `json:"LastErrorTime" xml:"LastErrorTime"`
  25. LastOperator string `json:"LastOperator" xml:"LastOperator"`
  26. InputDelay int64 `json:"InputDelay" xml:"InputDelay"`
  27. Packages string `json:"Packages" xml:"Packages"`
  28. Id int64 `json:"Id" xml:"Id"`
  29. Starter string `json:"Starter" xml:"Starter"`
  30. EndTime int64 `json:"EndTime" xml:"EndTime"`
  31. StartTime int64 `json:"StartTime" xml:"StartTime"`
  32. PlanJson string `json:"PlanJson" xml:"PlanJson"`
  33. ProjectName string `json:"ProjectName" xml:"ProjectName"`
  34. EngineJobHandler string `json:"EngineJobHandler" xml:"EngineJobHandler"`
  35. ActualState string `json:"ActualState" xml:"ActualState"`
  36. JobType string `json:"JobType" xml:"JobType"`
  37. LastErrorMessage string `json:"LastErrorMessage" xml:"LastErrorMessage"`
  38. JobName string `json:"JobName" xml:"JobName"`
  39. ExpectState string `json:"ExpectState" xml:"ExpectState"`
  40. Properties string `json:"Properties" xml:"Properties"`
  41. }