Class: TencentCloud::Iotexplorer::V20190423::DeleteTopicPolicyRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20190423/models.rb

Overview

DeleteTopicPolicy请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#ProductIdObject

Parameters:

  • ProductId:

    产品ID

  • TopicName:

    Topic名称



3643
3644
3645
# File 'lib/v20190423/models.rb', line 3643

def ProductId
  @ProductId
end

#TopicNameObject

Parameters:

  • ProductId:

    产品ID

  • TopicName:

    Topic名称



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