Skip to content

Commit cf8916e

Browse files
authored
Merge pull request #303 from tencentyun/feature_jojoliang_bf495f4b
Feature jojoliang bf495f4b
2 parents dd599ae + 73e4427 commit cf8916e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bucket_domain.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ type BucketDomainCertificateInfo struct {
8181
CustomCert *BucketDomainCustomCert `xml:"CustomCert,omitempty"`
8282
}
8383
type BucketDomainCustomCert struct {
84+
CertId string `xml:"CertId,omitempty"`
8485
Cert string `xml:"Cert,omitempty"`
8586
PrivateKey string `xml:"PrivateKey,omitempty"`
8687
}

0 commit comments

Comments
 (0)