Class: TencentCloud::Ckafka::V20190819::DescribeTopicAttributesRequest

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

Overview

DescribeTopicAttributes请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(instanceid = nil, topicname = nil) ⇒ DescribeTopicAttributesRequest

Returns a new instance of DescribeTopicAttributesRequest.



5786
5787
5788
5789
# File 'lib/v20190819/models.rb', line 5786

def initialize(instanceid=nil, topicname=nil)
  @InstanceId = instanceid
  @TopicName = topicname
end

Instance Attribute Details

#InstanceIdObject

Parameters:



5784
5785
5786
# File 'lib/v20190819/models.rb', line 5784

def InstanceId
  @InstanceId
end

#TopicNameObject

Parameters:



5784
5785
5786
# File 'lib/v20190819/models.rb', line 5784

def TopicName
  @TopicName
end

Instance Method Details

#deserialize(params) ⇒ Object



5791
5792
5793
5794
# File 'lib/v20190819/models.rb', line 5791

def deserialize(params)
  @InstanceId = params['InstanceId']
  @TopicName = params['TopicName']
end