Class: TencentCloud::Iotcloud::V20210408::DeleteTopicRuleRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotcloud::V20210408::DeleteTopicRuleRequest
- Defined in:
- lib/v20210408/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.
986 987 988 |
# File 'lib/v20210408/models.rb', line 986 def initialize(rulename=nil) @RuleName = rulename end |
Instance Attribute Details
#RuleName ⇒ Object
984 985 986 |
# File 'lib/v20210408/models.rb', line 984 def RuleName @RuleName end |
Instance Method Details
#deserialize(params) ⇒ Object
990 991 992 |
# File 'lib/v20210408/models.rb', line 990 def deserialize(params) @RuleName = params['RuleName'] end |