Class: TencentCloud::Ckafka::V20190819::BrokerTopicFlowData
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Ckafka::V20190819::BrokerTopicFlowData
- Defined in:
- lib/v20190819/models.rb
Overview
broker维度topic 流量排行指标
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(topicname = nil, topicid = nil, topictraffic = nil) ⇒ BrokerTopicFlowData
constructor
A new instance of BrokerTopicFlowData.
Constructor Details
#initialize(topicname = nil, topicid = nil, topictraffic = nil) ⇒ BrokerTopicFlowData
Returns a new instance of BrokerTopicFlowData.
627 628 629 630 631 |
# File 'lib/v20190819/models.rb', line 627 def initialize(topicname=nil, topicid=nil, topictraffic=nil) @TopicName = topicname @TopicId = topicid @TopicTraffic = topictraffic end |
Instance Attribute Details
#TopicId ⇒ Object
625 626 627 |
# File 'lib/v20190819/models.rb', line 625 def TopicId @TopicId end |
#TopicName ⇒ Object
625 626 627 |
# File 'lib/v20190819/models.rb', line 625 def TopicName @TopicName end |
#TopicTraffic ⇒ Object
625 626 627 |
# File 'lib/v20190819/models.rb', line 625 def TopicTraffic @TopicTraffic end |
Instance Method Details
#deserialize(params) ⇒ Object
633 634 635 636 637 |
# File 'lib/v20190819/models.rb', line 633 def deserialize(params) @TopicName = params['TopicName'] @TopicId = params['TopicId'] @TopicTraffic = params['TopicTraffic'] end |