Class: TencentCloud::Ckafka::V20190819::DescribeTopicAttributesRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Ckafka::V20190819::DescribeTopicAttributesRequest
- Defined in:
- lib/v20190819/models.rb
Overview
DescribeTopicAttributes请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(instanceid = nil, topicname = nil) ⇒ DescribeTopicAttributesRequest
constructor
A new instance of DescribeTopicAttributesRequest.
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
#InstanceId ⇒ Object
5784 5785 5786 |
# File 'lib/v20190819/models.rb', line 5784 def InstanceId @InstanceId end |
#TopicName ⇒ Object
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 |