Class: TencentCloud::Wss::V20180426::DeleteCertRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wss::V20180426::DeleteCertRequest
- Defined in:
- lib/v20180426/models.rb
Overview
DeleteCert请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, moduletype = nil) ⇒ DeleteCertRequest
constructor
A new instance of DeleteCertRequest.
Constructor Details
#initialize(id = nil, moduletype = nil) ⇒ DeleteCertRequest
Returns a new instance of DeleteCertRequest.
29 30 31 32 |
# File 'lib/v20180426/models.rb', line 29 def initialize(id=nil, moduletype=nil) @Id = id @ModuleType = moduletype end |
Instance Attribute Details
#Id ⇒ Object
27 28 29 |
# File 'lib/v20180426/models.rb', line 27 def Id @Id end |
#ModuleType ⇒ Object
27 28 29 |
# File 'lib/v20180426/models.rb', line 27 def ModuleType @ModuleType end |
Instance Method Details
#deserialize(params) ⇒ Object
34 35 36 37 |
# File 'lib/v20180426/models.rb', line 34 def deserialize(params) @Id = params['Id'] @ModuleType = params['ModuleType'] end |