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.
39321 39322 39323 39324 |
# File 'lib/v20180228/models.rb', line 39321 def initialize(value=nil, count=nil) @Value = value @Count = count end |
Instance Attribute Details
#Count ⇒ Object
39319 39320 39321 |
# File 'lib/v20180228/models.rb', line 39319 def Count @Count end |
#Value ⇒ Object
39319 39320 39321 |
# File 'lib/v20180228/models.rb', line 39319 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
39326 39327 39328 39329 |
# File 'lib/v20180228/models.rb', line 39326 def deserialize(params) @Value = params['Value'] @Count = params['Count'] end |