Class: TencentCloud::Iotexplorer::V20190423::EnableTopicRuleResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::EnableTopicRuleResponse
- Defined in:
- lib/v20190423/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.
7801 7802 7803 |
# File 'lib/v20190423/models.rb', line 7801 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
7799 7800 7801 |
# File 'lib/v20190423/models.rb', line 7799 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
7805 7806 7807 |
# File 'lib/v20190423/models.rb', line 7805 def deserialize(params) @RequestId = params['RequestId'] end |