Class: TencentCloud::Teo::V20220901::CheckFreeCertificateVerificationResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Teo::V20220901::CheckFreeCertificateVerificationResponse
- Defined in:
- lib/v20220901/models.rb
Overview
CheckFreeCertificateVerification返回参数结构体
Instance Attribute Summary collapse
-
#CommonName ⇒ Object
注意:一个域名只允许申请一本免费证书, 如果已经有泛域名申请了免费证书的情况下,其子域名会匹配使用该泛域名证书。.
-
#ExpireTime ⇒ Object
注意:一个域名只允许申请一本免费证书, 如果已经有泛域名申请了免费证书的情况下,其子域名会匹配使用该泛域名证书。.
-
#RequestId ⇒ Object
注意:一个域名只允许申请一本免费证书, 如果已经有泛域名申请了免费证书的情况下,其子域名会匹配使用该泛域名证书。.
-
#SignatureAlgorithm ⇒ Object
注意:一个域名只允许申请一本免费证书, 如果已经有泛域名申请了免费证书的情况下,其子域名会匹配使用该泛域名证书。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(commonname = nil, signaturealgorithm = nil, expiretime = nil, requestid = nil) ⇒ CheckFreeCertificateVerificationResponse
constructor
A new instance of CheckFreeCertificateVerificationResponse.
Constructor Details
#initialize(commonname = nil, signaturealgorithm = nil, expiretime = nil, requestid = nil) ⇒ CheckFreeCertificateVerificationResponse
Returns a new instance of CheckFreeCertificateVerificationResponse.
2934 2935 2936 2937 2938 2939 |
# File 'lib/v20220901/models.rb', line 2934 def initialize(commonname=nil, signaturealgorithm=nil, expiretime=nil, requestid=nil) @CommonName = commonname @SignatureAlgorithm = signaturealgorithm @ExpireTime = expiretime @RequestId = requestid end |
Instance Attribute Details
#CommonName ⇒ Object
注意:一个域名只允许申请一本免费证书, 如果已经有泛域名申请了免费证书的情况下,其子域名会匹配使用该泛域名证书。
2932 2933 2934 |
# File 'lib/v20220901/models.rb', line 2932 def CommonName @CommonName end |
#ExpireTime ⇒ Object
注意:一个域名只允许申请一本免费证书, 如果已经有泛域名申请了免费证书的情况下,其子域名会匹配使用该泛域名证书。
2932 2933 2934 |
# File 'lib/v20220901/models.rb', line 2932 def ExpireTime @ExpireTime end |
#RequestId ⇒ Object
注意:一个域名只允许申请一本免费证书, 如果已经有泛域名申请了免费证书的情况下,其子域名会匹配使用该泛域名证书。
2932 2933 2934 |
# File 'lib/v20220901/models.rb', line 2932 def RequestId @RequestId end |
#SignatureAlgorithm ⇒ Object
注意:一个域名只允许申请一本免费证书, 如果已经有泛域名申请了免费证书的情况下,其子域名会匹配使用该泛域名证书。
2932 2933 2934 |
# File 'lib/v20220901/models.rb', line 2932 def SignatureAlgorithm @SignatureAlgorithm end |
Instance Method Details
#deserialize(params) ⇒ Object
2941 2942 2943 2944 2945 2946 |
# File 'lib/v20220901/models.rb', line 2941 def deserialize(params) @CommonName = params['CommonName'] @SignatureAlgorithm = params['SignatureAlgorithm'] @ExpireTime = params['ExpireTime'] @RequestId = params['RequestId'] end |