Class: TencentCloud::Iotexplorer::V20190423::CreateTopicPolicyResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::CreateTopicPolicyResponse
- Defined in:
- lib/v20190423/models.rb
Overview
CreateTopicPolicy返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ CreateTopicPolicyResponse
constructor
A new instance of CreateTopicPolicyResponse.
Constructor Details
#initialize(requestid = nil) ⇒ CreateTopicPolicyResponse
Returns a new instance of CreateTopicPolicyResponse.
2984 2985 2986 |
# File 'lib/v20190423/models.rb', line 2984 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
2982 2983 2984 |
# File 'lib/v20190423/models.rb', line 2982 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2988 2989 2990 |
# File 'lib/v20190423/models.rb', line 2988 def deserialize(params) @RequestId = params['RequestId'] end |