Class: TencentCloud::Ckafka::V20190819::ConsumerGroupSpeed
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Ckafka::V20190819::ConsumerGroupSpeed
- Defined in:
- lib/v20190819/models.rb
Overview
消费者组消费速度排行
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(consumergroupname = nil, speed = nil) ⇒ ConsumerGroupSpeed
constructor
A new instance of ConsumerGroupSpeed.
Constructor Details
#initialize(consumergroupname = nil, speed = nil) ⇒ ConsumerGroupSpeed
Returns a new instance of ConsumerGroupSpeed.
1239 1240 1241 1242 |
# File 'lib/v20190819/models.rb', line 1239 def initialize(consumergroupname=nil, speed=nil) @ConsumerGroupName = consumergroupname @Speed = speed end |
Instance Attribute Details
#ConsumerGroupName ⇒ Object
1237 1238 1239 |
# File 'lib/v20190819/models.rb', line 1237 def ConsumerGroupName @ConsumerGroupName end |
#Speed ⇒ Object
1237 1238 1239 |
# File 'lib/v20190819/models.rb', line 1237 def Speed @Speed end |
Instance Method Details
#deserialize(params) ⇒ Object
1244 1245 1246 1247 |
# File 'lib/v20190819/models.rb', line 1244 def deserialize(params) @ConsumerGroupName = params['ConsumerGroupName'] @Speed = params['Speed'] end |