Class: TencentCloud::Iotcloud::V20210408::EnableTopicRuleResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotcloud::V20210408::EnableTopicRuleResponse
- Defined in:
- lib/v20210408/models.rb
Overview
EnableTopicRule返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ EnableTopicRuleResponse
constructor
A new instance of EnableTopicRuleResponse.
Constructor Details
#initialize(requestid = nil) ⇒ EnableTopicRuleResponse
Returns a new instance of EnableTopicRuleResponse.
2945 2946 2947 |
# File 'lib/v20210408/models.rb', line 2945 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
2943 2944 2945 |
# File 'lib/v20210408/models.rb', line 2943 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2949 2950 2951 |
# File 'lib/v20210408/models.rb', line 2949 def deserialize(params) @RequestId = params['RequestId'] end |