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.



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

#ProductIdObject

Parameters:

  • ProductId:

    产品ID

  • TopicName:

    Topic名称



3655
3656
3657
# File 'lib/v20190423/models.rb', line 3655

def ProductId
  @ProductId
end

#TopicNameObject

Parameters:

  • ProductId:

    产品ID

  • TopicName:

    Topic名称



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