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.
3011 3012 3013 |
# File 'lib/v20190423/models.rb', line 3011 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
3009 3010 3011 |
# File 'lib/v20190423/models.rb', line 3009 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
3015 3016 3017 |
# File 'lib/v20190423/models.rb', line 3015 def deserialize(params) @RequestId = params['RequestId'] end |