Class: TencentCloud::Cwp::V20180228::TopInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::TopInfo
- Defined in:
- lib/v20180228/models.rb
Overview
网络攻击top统计数据
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(value = nil, count = nil) ⇒ TopInfo
constructor
A new instance of TopInfo.
Constructor Details
#initialize(value = nil, count = nil) ⇒ TopInfo
Returns a new instance of TopInfo.
39759 39760 39761 39762 |
# File 'lib/v20180228/models.rb', line 39759 def initialize(value=nil, count=nil) @Value = value @Count = count end |
Instance Attribute Details
#Count ⇒ Object
39757 39758 39759 |
# File 'lib/v20180228/models.rb', line 39757 def Count @Count end |
#Value ⇒ Object
39757 39758 39759 |
# File 'lib/v20180228/models.rb', line 39757 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
39764 39765 39766 39767 |
# File 'lib/v20180228/models.rb', line 39764 def deserialize(params) @Value = params['Value'] @Count = params['Count'] end |