struct_image_product.go 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. package market
  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. // ImageProduct is a nested struct in market response
  17. type ImageProduct struct {
  18. ImageProductCode string `json:"ImageProductCode" xml:"ImageProductCode"`
  19. ProductName string `json:"ProductName" xml:"ProductName"`
  20. CategoryName string `json:"CategoryName" xml:"CategoryName"`
  21. SupplierName string `json:"SupplierName" xml:"SupplierName"`
  22. BaseSystem string `json:"BaseSystem" xml:"BaseSystem"`
  23. OsKind string `json:"OsKind" xml:"OsKind"`
  24. OsBit int `json:"OsBit" xml:"OsBit"`
  25. PictureUrl string `json:"PictureUrl" xml:"PictureUrl"`
  26. SmallPicUrl string `json:"SmallPicUrl" xml:"SmallPicUrl"`
  27. ShortDescription string `json:"ShortDescription" xml:"ShortDescription"`
  28. AgreementUrl string `json:"AgreementUrl" xml:"AgreementUrl"`
  29. DetailUrl string `json:"DetailUrl" xml:"DetailUrl"`
  30. BuyUrl string `json:"BuyUrl" xml:"BuyUrl"`
  31. StoreUrl string `json:"StoreUrl" xml:"StoreUrl"`
  32. Score float64 `json:"Score" xml:"Score"`
  33. UserCount int64 `json:"UserCount" xml:"UserCount"`
  34. SupportIO bool `json:"SupportIO" xml:"SupportIO"`
  35. CreatedOn int64 `json:"CreatedOn" xml:"CreatedOn"`
  36. SkuCodes SkuCodes `json:"SkuCodes" xml:"SkuCodes"`
  37. Quota Quota `json:"Quota" xml:"Quota"`
  38. PriceInfo PriceInfo `json:"PriceInfo" xml:"PriceInfo"`
  39. Images Images `json:"Images" xml:"Images"`
  40. }