Class: TencentCloud::Iotexplorer::V20190423::CreateTopicRuleResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::CreateTopicRuleResponse
- Defined in:
- lib/v20190423/models.rb
Overview
CreateTopicRule返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ CreateTopicRuleResponse
constructor
A new instance of CreateTopicRuleResponse.
Constructor Details
#initialize(requestid = nil) ⇒ CreateTopicRuleResponse
Returns a new instance of CreateTopicRuleResponse.
3023 3024 3025 |
# File 'lib/v20190423/models.rb', line 3023 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
3021 3022 3023 |
# File 'lib/v20190423/models.rb', line 3021 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
3027 3028 3029 |
# File 'lib/v20190423/models.rb', line 3027 def deserialize(params) @RequestId = params['RequestId'] end |