Class: TencentCloud::Iotcloud::V20210408::DisableTopicRuleRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotcloud::V20210408::DisableTopicRuleRequest
- Defined in:
- lib/v20210408/models.rb
Overview
DisableTopicRule请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(rulename = nil) ⇒ DisableTopicRuleRequest
constructor
A new instance of DisableTopicRuleRequest.
Constructor Details
#initialize(rulename = nil) ⇒ DisableTopicRuleRequest
Returns a new instance of DisableTopicRuleRequest.
2805 2806 2807 |
# File 'lib/v20210408/models.rb', line 2805 def initialize(rulename=nil) @RuleName = rulename end |
Instance Attribute Details
#RuleName ⇒ Object
2803 2804 2805 |
# File 'lib/v20210408/models.rb', line 2803 def RuleName @RuleName end |
Instance Method Details
#deserialize(params) ⇒ Object
2809 2810 2811 |
# File 'lib/v20210408/models.rb', line 2809 def deserialize(params) @RuleName = params['RuleName'] end |