Class: TencentCloud::Ckafka::V20190819::DescribeConsumerGroupRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Ckafka::V20190819::DescribeConsumerGroupRequest
- Defined in:
- lib/v20190819/models.rb
Overview
DescribeConsumerGroup请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(instanceid = nil, groupname = nil, topicname = nil, limit = nil, offset = nil) ⇒ DescribeConsumerGroupRequest
constructor
A new instance of DescribeConsumerGroupRequest.
Constructor Details
#initialize(instanceid = nil, groupname = nil, topicname = nil, limit = nil, offset = nil) ⇒ DescribeConsumerGroupRequest
Returns a new instance of DescribeConsumerGroupRequest.
4528 4529 4530 4531 4532 4533 4534 |
# File 'lib/v20190819/models.rb', line 4528 def initialize(instanceid=nil, groupname=nil, topicname=nil, limit=nil, offset=nil) @InstanceId = instanceid @GroupName = groupname @TopicName = topicname @Limit = limit @Offset = offset end |
Instance Attribute Details
#GroupName ⇒ Object
4526 4527 4528 |
# File 'lib/v20190819/models.rb', line 4526 def GroupName @GroupName end |
#InstanceId ⇒ Object
4526 4527 4528 |
# File 'lib/v20190819/models.rb', line 4526 def InstanceId @InstanceId end |
#Limit ⇒ Object
4526 4527 4528 |
# File 'lib/v20190819/models.rb', line 4526 def Limit @Limit end |
#Offset ⇒ Object
4526 4527 4528 |
# File 'lib/v20190819/models.rb', line 4526 def Offset @Offset end |
#TopicName ⇒ Object
4526 4527 4528 |
# File 'lib/v20190819/models.rb', line 4526 def TopicName @TopicName end |
Instance Method Details
#deserialize(params) ⇒ Object
4536 4537 4538 4539 4540 4541 4542 |
# File 'lib/v20190819/models.rb', line 4536 def deserialize(params) @InstanceId = params['InstanceId'] @GroupName = params['GroupName'] @TopicName = params['TopicName'] @Limit = params['Limit'] @Offset = params['Offset'] end |