struct_domain_detail.go 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. package cdn
  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. // DomainDetail is a nested struct in cdn response
  17. type DomainDetail struct {
  18. AliUid string `json:"AliUid" xml:"AliUid"`
  19. AoneId string `json:"AoneId" xml:"AoneId"`
  20. BizId int `json:"BizId" xml:"BizId"`
  21. BizName string `json:"BizName" xml:"BizName"`
  22. Category string `json:"Category" xml:"Category"`
  23. CheckUrl string `json:"CheckUrl" xml:"CheckUrl"`
  24. Cname string `json:"Cname" xml:"Cname"`
  25. CreateTime string `json:"CreateTime" xml:"CreateTime"`
  26. DomainId int `json:"DomainId" xml:"DomainId"`
  27. DomainName string `json:"DomainName" xml:"DomainName"`
  28. Enabled string `json:"Enabled" xml:"Enabled"`
  29. HitRate int `json:"HitRate" xml:"HitRate"`
  30. IsMadeUp int `json:"IsMadeUp" xml:"IsMadeUp"`
  31. IsRegister int `json:"IsRegister" xml:"IsRegister"`
  32. MaxBps int `json:"MaxBps" xml:"MaxBps"`
  33. ProductId int `json:"ProductId" xml:"ProductId"`
  34. Remark string `json:"Remark" xml:"Remark"`
  35. ScheduleDomainId int `json:"ScheduleDomainId" xml:"ScheduleDomainId"`
  36. ScheduleDomainName string `json:"ScheduleDomainName" xml:"ScheduleDomainName"`
  37. ScheduleDomainExt int `json:"ScheduleDomainExt" xml:"ScheduleDomainExt"`
  38. SourceId int `json:"SourceId" xml:"SourceId"`
  39. SslFlag bool `json:"SslFlag" xml:"SslFlag"`
  40. ServerCertificateStatus string `json:"ServerCertificateStatus" xml:"ServerCertificateStatus"`
  41. ServerCertificate string `json:"ServerCertificate" xml:"ServerCertificate"`
  42. SwdmExt int `json:"SwdmExt" xml:"SwdmExt"`
  43. UserId int `json:"UserId" xml:"UserId"`
  44. UpdateTime string `json:"UpdateTime" xml:"UpdateTime"`
  45. Sources SourcesInGetDomain `json:"Sources" xml:"Sources"`
  46. }