Class: TencentCloud::Wss::V20180426::DescribeCertListRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wss::V20180426::DescribeCertListRequest
- Defined in:
- lib/v20180426/models.rb
Overview
DescribeCertList请求参数结构体
Instance Attribute Summary collapse
- #AltDomain ⇒ Object
- #CertType ⇒ Object
- #Id ⇒ Object
- #Limit ⇒ Object
- #ModuleType ⇒ Object
- #Offset ⇒ Object
- #SearchKey ⇒ Object
- #WithCert ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(moduletype = nil, offset = nil, limit = nil, searchkey = nil, certtype = nil, id = nil, withcert = nil, altdomain = nil) ⇒ DescribeCertListRequest
constructor
A new instance of DescribeCertListRequest.
Constructor Details
#initialize(moduletype = nil, offset = nil, limit = nil, searchkey = nil, certtype = nil, id = nil, withcert = nil, altdomain = nil) ⇒ DescribeCertListRequest
Returns a new instance of DescribeCertListRequest.
77 78 79 80 81 82 83 84 85 86 |
# File 'lib/v20180426/models.rb', line 77 def initialize(moduletype=nil, offset=nil, limit=nil, searchkey=nil, certtype=nil, id=nil, withcert=nil, altdomain=nil) @ModuleType = moduletype @Offset = offset @Limit = limit @SearchKey = searchkey @CertType = certtype @Id = id @WithCert = withcert @AltDomain = altdomain end |
Instance Attribute Details
#AltDomain ⇒ Object
75 76 77 |
# File 'lib/v20180426/models.rb', line 75 def AltDomain @AltDomain end |
#CertType ⇒ Object
75 76 77 |
# File 'lib/v20180426/models.rb', line 75 def CertType @CertType end |
#Id ⇒ Object
75 76 77 |
# File 'lib/v20180426/models.rb', line 75 def Id @Id end |
#Limit ⇒ Object
75 76 77 |
# File 'lib/v20180426/models.rb', line 75 def Limit @Limit end |
#ModuleType ⇒ Object
75 76 77 |
# File 'lib/v20180426/models.rb', line 75 def ModuleType @ModuleType end |
#Offset ⇒ Object
75 76 77 |
# File 'lib/v20180426/models.rb', line 75 def Offset @Offset end |
#SearchKey ⇒ Object
75 76 77 |
# File 'lib/v20180426/models.rb', line 75 def SearchKey @SearchKey end |
#WithCert ⇒ Object
75 76 77 |
# File 'lib/v20180426/models.rb', line 75 def WithCert @WithCert end |
Instance Method Details
#deserialize(params) ⇒ Object
88 89 90 91 92 93 94 95 96 97 |
# File 'lib/v20180426/models.rb', line 88 def deserialize(params) @ModuleType = params['ModuleType'] @Offset = params['Offset'] @Limit = params['Limit'] @SearchKey = params['SearchKey'] @CertType = params['CertType'] @Id = params['Id'] @WithCert = params['WithCert'] @AltDomain = params['AltDomain'] end |