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.
3657 3658 3659 3660 |
# File 'lib/v20190423/models.rb', line 3657 def initialize(productid=nil, topicname=nil) @ProductId = productid @TopicName = topicname end |
Instance Attribute Details
#ProductId ⇒ Object
3655 3656 3657 |
# File 'lib/v20190423/models.rb', line 3655 def ProductId @ProductId end |
#TopicName ⇒ Object
3655 3656 3657 |
# File 'lib/v20190423/models.rb', line 3655 def TopicName @TopicName end |
Instance Method Details
#deserialize(params) ⇒ Object
3662 3663 3664 3665 |
# File 'lib/v20190423/models.rb', line 3662 def deserialize(params) @ProductId = params['ProductId'] @TopicName = params['TopicName'] end |