| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- package cdn
- //Licensed under the Apache License, Version 2.0 (the "License");
- //you may not use this file except in compliance with the License.
- //You may obtain a copy of the License at
- //
- //http://www.apache.org/licenses/LICENSE-2.0
- //
- //Unless required by applicable law or agreed to in writing, software
- //distributed under the License is distributed on an "AS IS" BASIS,
- //WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- //See the License for the specific language governing permissions and
- //limitations under the License.
- //
- // Code generated by Alibaba Cloud SDK Code Generator.
- // Changes may cause incorrect behavior and will be lost if the code is regenerated.
- // DomainDetail is a nested struct in cdn response
- type DomainDetail struct {
- AliUid string `json:"AliUid" xml:"AliUid"`
- AoneId string `json:"AoneId" xml:"AoneId"`
- BizId int `json:"BizId" xml:"BizId"`
- BizName string `json:"BizName" xml:"BizName"`
- Category string `json:"Category" xml:"Category"`
- CheckUrl string `json:"CheckUrl" xml:"CheckUrl"`
- Cname string `json:"Cname" xml:"Cname"`
- CreateTime string `json:"CreateTime" xml:"CreateTime"`
- DomainId int `json:"DomainId" xml:"DomainId"`
- DomainName string `json:"DomainName" xml:"DomainName"`
- Enabled string `json:"Enabled" xml:"Enabled"`
- HitRate int `json:"HitRate" xml:"HitRate"`
- IsMadeUp int `json:"IsMadeUp" xml:"IsMadeUp"`
- IsRegister int `json:"IsRegister" xml:"IsRegister"`
- MaxBps int `json:"MaxBps" xml:"MaxBps"`
- ProductId int `json:"ProductId" xml:"ProductId"`
- Remark string `json:"Remark" xml:"Remark"`
- ScheduleDomainId int `json:"ScheduleDomainId" xml:"ScheduleDomainId"`
- ScheduleDomainName string `json:"ScheduleDomainName" xml:"ScheduleDomainName"`
- ScheduleDomainExt int `json:"ScheduleDomainExt" xml:"ScheduleDomainExt"`
- SourceId int `json:"SourceId" xml:"SourceId"`
- SslFlag bool `json:"SslFlag" xml:"SslFlag"`
- ServerCertificateStatus string `json:"ServerCertificateStatus" xml:"ServerCertificateStatus"`
- ServerCertificate string `json:"ServerCertificate" xml:"ServerCertificate"`
- SwdmExt int `json:"SwdmExt" xml:"SwdmExt"`
- UserId int `json:"UserId" xml:"UserId"`
- UpdateTime string `json:"UpdateTime" xml:"UpdateTime"`
- Sources SourcesInGetDomain `json:"Sources" xml:"Sources"`
- }
|