Class: TencentCloud::Cls::V20201016::DescribeConsumerOffsetsRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cls::V20201016::DescribeConsumerOffsetsRequest
- Defined in:
- lib/v20201016/models.rb
Overview
DescribeConsumerOffsets请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(consumergroup = nil, from = nil, logsetid = nil, topicid = nil, partitionid = nil) ⇒ DescribeConsumerOffsetsRequest
constructor
A new instance of DescribeConsumerOffsetsRequest.
Constructor Details
#initialize(consumergroup = nil, from = nil, logsetid = nil, topicid = nil, partitionid = nil) ⇒ DescribeConsumerOffsetsRequest
Returns a new instance of DescribeConsumerOffsetsRequest.
7535 7536 7537 7538 7539 7540 7541 |
# File 'lib/v20201016/models.rb', line 7535 def initialize(consumergroup=nil, from=nil, logsetid=nil, topicid=nil, partitionid=nil) @ConsumerGroup = consumergroup @From = from @LogsetId = logsetid @TopicId = topicid @PartitionId = partitionid end |
Instance Attribute Details
#ConsumerGroup ⇒ Object
7533 7534 7535 |
# File 'lib/v20201016/models.rb', line 7533 def ConsumerGroup @ConsumerGroup end |
#From ⇒ Object
7533 7534 7535 |
# File 'lib/v20201016/models.rb', line 7533 def From @From end |
#LogsetId ⇒ Object
7533 7534 7535 |
# File 'lib/v20201016/models.rb', line 7533 def LogsetId @LogsetId end |
#PartitionId ⇒ Object
7533 7534 7535 |
# File 'lib/v20201016/models.rb', line 7533 def PartitionId @PartitionId end |
#TopicId ⇒ Object
7533 7534 7535 |
# File 'lib/v20201016/models.rb', line 7533 def TopicId @TopicId end |
Instance Method Details
#deserialize(params) ⇒ Object
7543 7544 7545 7546 7547 7548 7549 |
# File 'lib/v20201016/models.rb', line 7543 def deserialize(params) @ConsumerGroup = params['ConsumerGroup'] @From = params['From'] @LogsetId = params['LogsetId'] @TopicId = params['TopicId'] @PartitionId = params['PartitionId'] end |