Class: TencentCloud::Iotexplorer::V20190423::ModifyTopicPolicyRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::ModifyTopicPolicyRequest
- Defined in:
- lib/v20190423/models.rb
Overview
ModifyTopicPolicy请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(productid = nil, topicname = nil, newtopicname = nil, privilege = nil) ⇒ ModifyTopicPolicyRequest
constructor
A new instance of ModifyTopicPolicyRequest.
Constructor Details
#initialize(productid = nil, topicname = nil, newtopicname = nil, privilege = nil) ⇒ ModifyTopicPolicyRequest
Returns a new instance of ModifyTopicPolicyRequest.
11687 11688 11689 11690 11691 11692 |
# File 'lib/v20190423/models.rb', line 11687 def initialize(productid=nil, topicname=nil, newtopicname=nil, privilege=nil) @ProductId = productid @TopicName = topicname @NewTopicName = newtopicname @Privilege = privilege end |
Instance Attribute Details
#NewTopicName ⇒ Object
11685 11686 11687 |
# File 'lib/v20190423/models.rb', line 11685 def NewTopicName @NewTopicName end |
#Privilege ⇒ Object
11685 11686 11687 |
# File 'lib/v20190423/models.rb', line 11685 def Privilege @Privilege end |
#ProductId ⇒ Object
11685 11686 11687 |
# File 'lib/v20190423/models.rb', line 11685 def ProductId @ProductId end |
#TopicName ⇒ Object
11685 11686 11687 |
# File 'lib/v20190423/models.rb', line 11685 def TopicName @TopicName end |
Instance Method Details
#deserialize(params) ⇒ Object
11694 11695 11696 11697 11698 11699 |
# File 'lib/v20190423/models.rb', line 11694 def deserialize(params) @ProductId = params['ProductId'] @TopicName = params['TopicName'] @NewTopicName = params['NewTopicName'] @Privilege = params['Privilege'] end |