struct_result_item.go 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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. // ResultItem is a nested struct in airec response
  17. type ResultItem struct {
  18. Name string `json:"Name" xml:"Name"`
  19. PerUvBhv float64 `json:"PerUvBhv" xml:"PerUvBhv"`
  20. ChargeType string `json:"ChargeType" xml:"ChargeType"`
  21. ErrorLevel string `json:"ErrorLevel" xml:"ErrorLevel"`
  22. ItemType string `json:"ItemType" xml:"ItemType"`
  23. Uv int `json:"Uv" xml:"Uv"`
  24. ClickUser int `json:"ClickUser" xml:"ClickUser"`
  25. BizDate int `json:"BizDate" xml:"BizDate"`
  26. GmtCreate string `json:"GmtCreate" xml:"GmtCreate"`
  27. DataSetVersion string `json:"DataSetVersion" xml:"DataSetVersion"`
  28. RegionId string `json:"RegionId" xml:"RegionId"`
  29. ActiveItem int `json:"ActiveItem" xml:"ActiveItem"`
  30. UvCtr float64 `json:"UvCtr" xml:"UvCtr"`
  31. InstanceId string `json:"InstanceId" xml:"InstanceId"`
  32. TraceId string `json:"TraceId" xml:"TraceId"`
  33. CommodityCode string `json:"CommodityCode" xml:"CommodityCode"`
  34. MatchInfo string `json:"MatchInfo" xml:"MatchInfo"`
  35. Type string `json:"Type" xml:"Type"`
  36. Click int `json:"Click" xml:"Click"`
  37. Message string `json:"Message" xml:"Message"`
  38. ExpiredTime string `json:"ExpiredTime" xml:"ExpiredTime"`
  39. Timestamp string `json:"Timestamp" xml:"Timestamp"`
  40. Pv int `json:"Pv" xml:"Pv"`
  41. ErrorType string `json:"ErrorType" xml:"ErrorType"`
  42. GmtModified string `json:"GmtModified" xml:"GmtModified"`
  43. Industry string `json:"Industry" xml:"Industry"`
  44. TableName string `json:"TableName" xml:"TableName"`
  45. Scene string `json:"Scene" xml:"Scene"`
  46. TraceInfo string `json:"TraceInfo" xml:"TraceInfo"`
  47. Ctr float64 `json:"Ctr" xml:"Ctr"`
  48. PerUvClick float64 `json:"PerUvClick" xml:"PerUvClick"`
  49. Position int `json:"Position" xml:"Position"`
  50. Status string `json:"Status" xml:"Status"`
  51. ItemId int `json:"ItemId" xml:"ItemId"`
  52. LockMode string `json:"LockMode" xml:"LockMode"`
  53. Weight float64 `json:"Weight" xml:"Weight"`
  54. Meta Meta `json:"Meta" xml:"Meta"`
  55. Parameter Parameter `json:"Parameter" xml:"Parameter"`
  56. }