Class: TencentCloud::Waf::V20180125::DescribeCertificateVerifyResultRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Waf::V20180125::DescribeCertificateVerifyResultRequest
- Defined in:
- lib/v20180125/models.rb
Overview
DescribeCertificateVerifyResult请求参数结构体
Instance Attribute Summary collapse
- #CertID ⇒ Object
- #Certificate ⇒ Object
- #CertType ⇒ Object
- #Domain ⇒ Object
- #GmCert ⇒ Object
- #GmCertType ⇒ Object
- #GmEncCert ⇒ Object
- #GmEncPrivateKey ⇒ Object
- #GmPrivateKey ⇒ Object
- #GmSSLId ⇒ Object
- #PrivateKey ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(domain = nil, certtype = nil, certificate = nil, certid = nil, privatekey = nil, gmcerttype = nil, gmcert = nil, gmprivatekey = nil, gmenccert = nil, gmencprivatekey = nil, gmsslid = nil) ⇒ DescribeCertificateVerifyResultRequest
constructor
A new instance of DescribeCertificateVerifyResultRequest.
Constructor Details
#initialize(domain = nil, certtype = nil, certificate = nil, certid = nil, privatekey = nil, gmcerttype = nil, gmcert = nil, gmprivatekey = nil, gmenccert = nil, gmencprivatekey = nil, gmsslid = nil) ⇒ DescribeCertificateVerifyResultRequest
Returns a new instance of DescribeCertificateVerifyResultRequest.
6807 6808 6809 6810 6811 6812 6813 6814 6815 6816 6817 6818 6819 |
# File 'lib/v20180125/models.rb', line 6807 def initialize(domain=nil, certtype=nil, certificate=nil, certid=nil, privatekey=nil, gmcerttype=nil, gmcert=nil, gmprivatekey=nil, gmenccert=nil, gmencprivatekey=nil, gmsslid=nil) @Domain = domain @CertType = certtype @Certificate = certificate @CertID = certid @PrivateKey = privatekey @GmCertType = gmcerttype @GmCert = gmcert @GmPrivateKey = gmprivatekey @GmEncCert = gmenccert @GmEncPrivateKey = gmencprivatekey @GmSSLId = gmsslid end |
Instance Attribute Details
#CertID ⇒ Object
6805 6806 6807 |
# File 'lib/v20180125/models.rb', line 6805 def CertID @CertID end |
#Certificate ⇒ Object
6805 6806 6807 |
# File 'lib/v20180125/models.rb', line 6805 def Certificate @Certificate end |
#CertType ⇒ Object
6805 6806 6807 |
# File 'lib/v20180125/models.rb', line 6805 def CertType @CertType end |
#Domain ⇒ Object
6805 6806 6807 |
# File 'lib/v20180125/models.rb', line 6805 def Domain @Domain end |
#GmCert ⇒ Object
6805 6806 6807 |
# File 'lib/v20180125/models.rb', line 6805 def GmCert @GmCert end |
#GmCertType ⇒ Object
6805 6806 6807 |
# File 'lib/v20180125/models.rb', line 6805 def GmCertType @GmCertType end |
#GmEncCert ⇒ Object
6805 6806 6807 |
# File 'lib/v20180125/models.rb', line 6805 def GmEncCert @GmEncCert end |
#GmEncPrivateKey ⇒ Object
6805 6806 6807 |
# File 'lib/v20180125/models.rb', line 6805 def GmEncPrivateKey @GmEncPrivateKey end |
#GmPrivateKey ⇒ Object
6805 6806 6807 |
# File 'lib/v20180125/models.rb', line 6805 def GmPrivateKey @GmPrivateKey end |
#GmSSLId ⇒ Object
6805 6806 6807 |
# File 'lib/v20180125/models.rb', line 6805 def GmSSLId @GmSSLId end |
#PrivateKey ⇒ Object
6805 6806 6807 |
# File 'lib/v20180125/models.rb', line 6805 def PrivateKey @PrivateKey end |
Instance Method Details
#deserialize(params) ⇒ Object
6821 6822 6823 6824 6825 6826 6827 6828 6829 6830 6831 6832 6833 |
# File 'lib/v20180125/models.rb', line 6821 def deserialize(params) @Domain = params['Domain'] @CertType = params['CertType'] @Certificate = params['Certificate'] @CertID = params['CertID'] @PrivateKey = params['PrivateKey'] @GmCertType = params['GmCertType'] @GmCert = params['GmCert'] @GmPrivateKey = params['GmPrivateKey'] @GmEncCert = params['GmEncCert'] @GmEncPrivateKey = params['GmEncPrivateKey'] @GmSSLId = params['GmSSLId'] end |