Class: TencentCloud::Trocket::V20230308::DescribeConsumerGroupResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Trocket::V20230308::DescribeConsumerGroupResponse
- Defined in:
- lib/v20230308/models.rb
Overview
DescribeConsumerGroup返回参数结构体
Instance Attribute Summary collapse
-
#ConsumeEnable ⇒ Object
- PULL:PULL 消费类型 - PUSH:PUSH 消费类型 - POP:POP 消费类型 并发投递:false BROADCASTING 广播模式 CLUSTERING 集群模式.
-
#ConsumeMessageOrderly ⇒ Object
- PULL:PULL 消费类型 - PUSH:PUSH 消费类型 - POP:POP 消费类型 并发投递:false BROADCASTING 广播模式 CLUSTERING 集群模式.
-
#ConsumerLag ⇒ Object
- PULL:PULL 消费类型 - PUSH:PUSH 消费类型 - POP:POP 消费类型 并发投递:false BROADCASTING 广播模式 CLUSTERING 集群模式.
-
#ConsumerNum ⇒ Object
- PULL:PULL 消费类型 - PUSH:PUSH 消费类型 - POP:POP 消费类型 并发投递:false BROADCASTING 广播模式 CLUSTERING 集群模式.
-
#ConsumeType ⇒ Object
- PULL:PULL 消费类型 - PUSH:PUSH 消费类型 - POP:POP 消费类型 并发投递:false BROADCASTING 广播模式 CLUSTERING 集群模式.
-
#CreatedTime ⇒ Object
- PULL:PULL 消费类型 - PUSH:PUSH 消费类型 - POP:POP 消费类型 并发投递:false BROADCASTING 广播模式 CLUSTERING 集群模式.
-
#MaxRetryTimes ⇒ Object
- PULL:PULL 消费类型 - PUSH:PUSH 消费类型 - POP:POP 消费类型 并发投递:false BROADCASTING 广播模式 CLUSTERING 集群模式.
-
#MessageModel ⇒ Object
- PULL:PULL 消费类型 - PUSH:PUSH 消费类型 - POP:POP 消费类型 并发投递:false BROADCASTING 广播模式 CLUSTERING 集群模式.
-
#Remark ⇒ Object
- PULL:PULL 消费类型 - PUSH:PUSH 消费类型 - POP:POP 消费类型 并发投递:false BROADCASTING 广播模式 CLUSTERING 集群模式.
-
#RequestId ⇒ Object
- PULL:PULL 消费类型 - PUSH:PUSH 消费类型 - POP:POP 消费类型 并发投递:false BROADCASTING 广播模式 CLUSTERING 集群模式.
-
#Tps ⇒ Object
- PULL:PULL 消费类型 - PUSH:PUSH 消费类型 - POP:POP 消费类型 并发投递:false BROADCASTING 广播模式 CLUSTERING 集群模式.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(consumernum = nil, tps = nil, consumerlag = nil, consumetype = nil, createdtime = nil, consumemessageorderly = nil, consumeenable = nil, maxretrytimes = nil, remark = nil, messagemodel = nil, requestid = nil) ⇒ DescribeConsumerGroupResponse
constructor
A new instance of DescribeConsumerGroupResponse.
Constructor Details
#initialize(consumernum = nil, tps = nil, consumerlag = nil, consumetype = nil, createdtime = nil, consumemessageorderly = nil, consumeenable = nil, maxretrytimes = nil, remark = nil, messagemodel = nil, requestid = nil) ⇒ DescribeConsumerGroupResponse
Returns a new instance of DescribeConsumerGroupResponse.
1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 |
# File 'lib/v20230308/models.rb', line 1444 def initialize(consumernum=nil, tps=nil, consumerlag=nil, consumetype=nil, createdtime=nil, =nil, consumeenable=nil, maxretrytimes=nil, remark=nil, =nil, requestid=nil) @ConsumerNum = consumernum @Tps = tps @ConsumerLag = consumerlag @ConsumeType = consumetype @CreatedTime = createdtime @ConsumeMessageOrderly = @ConsumeEnable = consumeenable @MaxRetryTimes = maxretrytimes @Remark = remark @MessageModel = @RequestId = requestid end |
Instance Attribute Details
#ConsumeEnable ⇒ Object
- PULL:PULL 消费类型
- PUSH:PUSH 消费类型
- POP:POP 消费类型 并发投递:false BROADCASTING 广播模式 CLUSTERING 集群模式
1442 1443 1444 |
# File 'lib/v20230308/models.rb', line 1442 def ConsumeEnable @ConsumeEnable end |
#ConsumeMessageOrderly ⇒ Object
- PULL:PULL 消费类型
- PUSH:PUSH 消费类型
- POP:POP 消费类型 并发投递:false BROADCASTING 广播模式 CLUSTERING 集群模式
1442 1443 1444 |
# File 'lib/v20230308/models.rb', line 1442 def ConsumeMessageOrderly @ConsumeMessageOrderly end |
#ConsumerLag ⇒ Object
- PULL:PULL 消费类型
- PUSH:PUSH 消费类型
- POP:POP 消费类型 并发投递:false BROADCASTING 广播模式 CLUSTERING 集群模式
1442 1443 1444 |
# File 'lib/v20230308/models.rb', line 1442 def ConsumerLag @ConsumerLag end |
#ConsumerNum ⇒ Object
- PULL:PULL 消费类型
- PUSH:PUSH 消费类型
- POP:POP 消费类型 并发投递:false BROADCASTING 广播模式 CLUSTERING 集群模式
1442 1443 1444 |
# File 'lib/v20230308/models.rb', line 1442 def ConsumerNum @ConsumerNum end |
#ConsumeType ⇒ Object
- PULL:PULL 消费类型
- PUSH:PUSH 消费类型
- POP:POP 消费类型 并发投递:false BROADCASTING 广播模式 CLUSTERING 集群模式
1442 1443 1444 |
# File 'lib/v20230308/models.rb', line 1442 def ConsumeType @ConsumeType end |
#CreatedTime ⇒ Object
- PULL:PULL 消费类型
- PUSH:PUSH 消费类型
- POP:POP 消费类型 并发投递:false BROADCASTING 广播模式 CLUSTERING 集群模式
1442 1443 1444 |
# File 'lib/v20230308/models.rb', line 1442 def CreatedTime @CreatedTime end |
#MaxRetryTimes ⇒ Object
- PULL:PULL 消费类型
- PUSH:PUSH 消费类型
- POP:POP 消费类型 并发投递:false BROADCASTING 广播模式 CLUSTERING 集群模式
1442 1443 1444 |
# File 'lib/v20230308/models.rb', line 1442 def MaxRetryTimes @MaxRetryTimes end |
#MessageModel ⇒ Object
- PULL:PULL 消费类型
- PUSH:PUSH 消费类型
- POP:POP 消费类型 并发投递:false BROADCASTING 广播模式 CLUSTERING 集群模式
1442 1443 1444 |
# File 'lib/v20230308/models.rb', line 1442 def MessageModel @MessageModel end |
#Remark ⇒ Object
- PULL:PULL 消费类型
- PUSH:PUSH 消费类型
- POP:POP 消费类型 并发投递:false BROADCASTING 广播模式 CLUSTERING 集群模式
1442 1443 1444 |
# File 'lib/v20230308/models.rb', line 1442 def Remark @Remark end |
#RequestId ⇒ Object
- PULL:PULL 消费类型
- PUSH:PUSH 消费类型
- POP:POP 消费类型 并发投递:false BROADCASTING 广播模式 CLUSTERING 集群模式
1442 1443 1444 |
# File 'lib/v20230308/models.rb', line 1442 def RequestId @RequestId end |
#Tps ⇒ Object
- PULL:PULL 消费类型
- PUSH:PUSH 消费类型
- POP:POP 消费类型 并发投递:false BROADCASTING 广播模式 CLUSTERING 集群模式
1442 1443 1444 |
# File 'lib/v20230308/models.rb', line 1442 def Tps @Tps end |
Instance Method Details
#deserialize(params) ⇒ Object
1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 |
# File 'lib/v20230308/models.rb', line 1458 def deserialize(params) @ConsumerNum = params['ConsumerNum'] @Tps = params['Tps'] @ConsumerLag = params['ConsumerLag'] @ConsumeType = params['ConsumeType'] @CreatedTime = params['CreatedTime'] @ConsumeMessageOrderly = params['ConsumeMessageOrderly'] @ConsumeEnable = params['ConsumeEnable'] @MaxRetryTimes = params['MaxRetryTimes'] @Remark = params['Remark'] @MessageModel = params['MessageModel'] @RequestId = params['RequestId'] end |