struct_result.go 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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 int64 `json:"UserCountUsed" xml:"UserCountUsed"`
  20. ChargeType string `json:"ChargeType" xml:"ChargeType"`
  21. ItemCountUsed int64 `json:"ItemCountUsed" xml:"ItemCountUsed"`
  22. CurrentQps int `json:"CurrentQps" xml:"CurrentQps"`
  23. ItemCount int64 `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. CommodityCode string `json:"CommodityCode" xml:"CommodityCode"`
  29. Num int `json:"Num" xml:"Num"`
  30. Type string `json:"Type" xml:"Type"`
  31. ScenarioBased bool `json:"ScenarioBased" xml:"ScenarioBased"`
  32. ExpiredTime string `json:"ExpiredTime" xml:"ExpiredTime"`
  33. GmtModified string `json:"GmtModified" xml:"GmtModified"`
  34. Industry string `json:"Industry" xml:"Industry"`
  35. TableName string `json:"TableName" xml:"TableName"`
  36. UserCount int64 `json:"UserCount" xml:"UserCount"`
  37. DurationSeconds int `json:"DurationSeconds" xml:"DurationSeconds"`
  38. Scene string `json:"Scene" xml:"Scene"`
  39. Qps int `json:"Qps" xml:"Qps"`
  40. Status string `json:"Status" xml:"Status"`
  41. LockMode string `json:"LockMode" xml:"LockMode"`
  42. TraceId []string `json:"TraceId" xml:"TraceId"`
  43. Uid []string `json:"Uid" xml:"Uid"`
  44. SceneId []string `json:"SceneId" xml:"SceneId"`
  45. Meta Meta `json:"Meta" xml:"Meta"`
  46. Overall Overall `json:"Overall" xml:"Overall"`
  47. Parameter Parameter `json:"Parameter" xml:"Parameter"`
  48. List []ListItem `json:"List" xml:"List"`
  49. Detail []DetailItem `json:"Detail" xml:"Detail"`
  50. }