Class: TencentCloud::Iotcloud::V20210408::CreateTopicRuleResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotcloud::V20210408::CreateTopicRuleResponse
- Defined in:
- lib/v20210408/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.
754 755 756 |
# File 'lib/v20210408/models.rb', line 754 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
752 753 754 |
# File 'lib/v20210408/models.rb', line 752 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
758 759 760 |
# File 'lib/v20210408/models.rb', line 758 def deserialize(params) @RequestId = params['RequestId'] end |