Class: TencentCloud::Iotcloud::V20180614::DeleteTopicRuleRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotcloud::V20180614::DeleteTopicRuleRequest
- Defined in:
- lib/v20180614/models.rb
Overview
DeleteTopicRule请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(rulename = nil) ⇒ DeleteTopicRuleRequest
constructor
A new instance of DeleteTopicRuleRequest.
Constructor Details
#initialize(rulename = nil) ⇒ DeleteTopicRuleRequest
Returns a new instance of DeleteTopicRuleRequest.
1012 1013 1014 |
# File 'lib/v20180614/models.rb', line 1012 def initialize(rulename=nil) @RuleName = rulename end |
Instance Attribute Details
#RuleName ⇒ Object
1010 1011 1012 |
# File 'lib/v20180614/models.rb', line 1010 def RuleName @RuleName end |
Instance Method Details
#deserialize(params) ⇒ Object
1016 1017 1018 |
# File 'lib/v20180614/models.rb', line 1016 def deserialize(params) @RuleName = params['RuleName'] end |