struct_tm_produces.go 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. package trademark
  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. // TmProduces is a nested struct in trademark response
  17. type TmProduces struct {
  18. BizId string `json:"BizId" xml:"BizId"`
  19. OrderId string `json:"OrderId" xml:"OrderId"`
  20. MaterialName string `json:"MaterialName" xml:"MaterialName"`
  21. TmIcon string `json:"TmIcon" xml:"TmIcon"`
  22. TmName string `json:"TmName" xml:"TmName"`
  23. TmNumber string `json:"TmNumber" xml:"TmNumber"`
  24. CreateTime int64 `json:"CreateTime" xml:"CreateTime"`
  25. Type int `json:"Type" xml:"Type"`
  26. Status int `json:"Status" xml:"Status"`
  27. UserId string `json:"UserId" xml:"UserId"`
  28. OrderPrice float64 `json:"OrderPrice" xml:"OrderPrice"`
  29. MaterialId int64 `json:"MaterialId" xml:"MaterialId"`
  30. LoaUrl string `json:"LoaUrl" xml:"LoaUrl"`
  31. Note string `json:"Note" xml:"Note"`
  32. UpdateTime int64 `json:"UpdateTime" xml:"UpdateTime"`
  33. SupplementStatus int `json:"SupplementStatus" xml:"SupplementStatus"`
  34. SupplementId int64 `json:"SupplementId" xml:"SupplementId"`
  35. Flags Flags `json:"Flags" xml:"Flags"`
  36. FirstClassification FirstClassification `json:"FirstClassification" xml:"FirstClassification"`
  37. RenewResponse RenewResponse `json:"RenewResponse" xml:"RenewResponse"`
  38. ThirdClassification ThirdClassificationInQueryTradeMarkApplications `json:"ThirdClassification" xml:"ThirdClassification"`
  39. }