Class: TencentCloud::Iotexplorer::V20190423::DeleteTopicPolicyRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::DeleteTopicPolicyRequest
- Defined in:
- lib/v20190423/models.rb
Overview
DeleteTopicPolicy请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(productid = nil, topicname = nil) ⇒ DeleteTopicPolicyRequest
constructor
A new instance of DeleteTopicPolicyRequest.
Constructor Details
#initialize(productid = nil, topicname = nil) ⇒ DeleteTopicPolicyRequest
Returns a new instance of DeleteTopicPolicyRequest.
3645 3646 3647 3648 |
# File 'lib/v20190423/models.rb', line 3645 def initialize(productid=nil, topicname=nil) @ProductId = productid @TopicName = topicname end |
Instance Attribute Details
#ProductId ⇒ Object
3643 3644 3645 |
# File 'lib/v20190423/models.rb', line 3643 def ProductId @ProductId end |
#TopicName ⇒ Object
3643 3644 3645 |
# File 'lib/v20190423/models.rb', line 3643 def TopicName @TopicName end |
Instance Method Details
#deserialize(params) ⇒ Object
3650 3651 3652 3653 |
# File 'lib/v20190423/models.rb', line 3650 def deserialize(params) @ProductId = params['ProductId'] @TopicName = params['TopicName'] end |