struct_result.go 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. package airec
  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. // Result is a nested struct in airec response
  17. type Result struct {
  18. Name string `json:"Name" xml:"Name"`
  19. UserCountUsed int `json:"UserCountUsed" xml:"UserCountUsed"`
  20. ChargeType string `json:"ChargeType" xml:"ChargeType"`
  21. ItemCountUsed int `json:"ItemCountUsed" xml:"ItemCountUsed"`
  22. CurrentQps int `json:"CurrentQps" xml:"CurrentQps"`
  23. ItemCount int `json:"ItemCount" xml:"ItemCount"`
  24. GmtCreate string `json:"GmtCreate" xml:"GmtCreate"`
  25. DataSetVersion string `json:"DataSetVersion" xml:"DataSetVersion"`
  26. RegionId string `json:"RegionId" xml:"RegionId"`
  27. InstanceId string `json:"InstanceId" xml:"InstanceId"`
  28. Id string `json:"Id" xml:"Id"`
  29. CommodityCode string `json:"CommodityCode" xml:"CommodityCode"`
  30. Description string `json:"Description" xml:"Description"`
  31. Type string `json:"Type" xml:"Type"`
  32. ExpiredTime string `json:"ExpiredTime" xml:"ExpiredTime"`
  33. GmtModified string `json:"GmtModified" xml:"GmtModified"`
  34. Industry string `json:"Industry" xml:"Industry"`
  35. UserCount int `json:"UserCount" xml:"UserCount"`
  36. Scene string `json:"Scene" xml:"Scene"`
  37. Qps int `json:"Qps" xml:"Qps"`
  38. Status string `json:"Status" xml:"Status"`
  39. LockMode string `json:"LockMode" xml:"LockMode"`
  40. Overall Overall `json:"Overall" xml:"Overall"`
  41. Parameter Parameter `json:"Parameter" xml:"Parameter"`
  42. Detail []DetailItem `json:"Detail" xml:"Detail"`
  43. Meta []MetaItem `json:"Meta" xml:"Meta"`
  44. }