struct_instance_item.go 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637
  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. // InstanceItem is a nested struct in market response
  17. type InstanceItem struct {
  18. InstanceId int64 `json:"InstanceId" xml:"InstanceId"`
  19. OrderId int64 `json:"OrderId" xml:"OrderId"`
  20. SupplierName string `json:"SupplierName" xml:"SupplierName"`
  21. ProductCode string `json:"ProductCode" xml:"ProductCode"`
  22. ProductSkuCode string `json:"ProductSkuCode" xml:"ProductSkuCode"`
  23. ProductName string `json:"ProductName" xml:"ProductName"`
  24. ProductType string `json:"ProductType" xml:"ProductType"`
  25. Status string `json:"Status" xml:"Status"`
  26. BeganOn int64 `json:"BeganOn" xml:"BeganOn"`
  27. EndOn int64 `json:"EndOn" xml:"EndOn"`
  28. CreatedOn int64 `json:"CreatedOn" xml:"CreatedOn"`
  29. ExtendJson string `json:"ExtendJson" xml:"ExtendJson"`
  30. HostJson string `json:"HostJson" xml:"HostJson"`
  31. AppJson string `json:"AppJson" xml:"AppJson"`
  32. ApiJson string `json:"ApiJson" xml:"ApiJson"`
  33. ImageJson string `json:"ImageJson" xml:"ImageJson"`
  34. IdaasJson string `json:"IdaasJson" xml:"IdaasJson"`
  35. }