Class: TencentCloud::Ecm::V20190719::SimpleModule
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ecm::V20190719::SimpleModule
- Defined in:
- lib/v20190719/models.rb
Overview
Module的简要信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(moduleid = nil, modulename = nil) ⇒ SimpleModule
constructor
A new instance of SimpleModule.
Constructor Details
#initialize(moduleid = nil, modulename = nil) ⇒ SimpleModule
Returns a new instance of SimpleModule.
10610 10611 10612 10613 |
# File 'lib/v20190719/models.rb', line 10610 def initialize(moduleid=nil, modulename=nil) @ModuleId = moduleid @ModuleName = modulename end |
Instance Attribute Details
#ModuleId ⇒ Object
10608 10609 10610 |
# File 'lib/v20190719/models.rb', line 10608 def ModuleId @ModuleId end |
#ModuleName ⇒ Object
10608 10609 10610 |
# File 'lib/v20190719/models.rb', line 10608 def ModuleName @ModuleName end |
Instance Method Details
#deserialize(params) ⇒ Object
10615 10616 10617 10618 |
# File 'lib/v20190719/models.rb', line 10615 def deserialize(params) @ModuleId = params['ModuleId'] @ModuleName = params['ModuleName'] end |