Class: TencentCloud::Iotcloud::V20180614::DisableTopicRuleRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotcloud::V20180614::DisableTopicRuleRequest
- Defined in:
- lib/v20180614/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.
2948 2949 2950 |
# File 'lib/v20180614/models.rb', line 2948 def initialize(rulename=nil) @RuleName = rulename end |
Instance Attribute Details
#RuleName ⇒ Object
2946 2947 2948 |
# File 'lib/v20180614/models.rb', line 2946 def RuleName @RuleName end |
Instance Method Details
#deserialize(params) ⇒ Object
2952 2953 2954 |
# File 'lib/v20180614/models.rb', line 2952 def deserialize(params) @RuleName = params['RuleName'] end |