Class: TencentCloud::Cdn::V20180606::DDoSTopData
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdn::V20180606::DDoSTopData
- Defined in:
- lib/v20180606/models.rb
Overview
DDoS攻击Top数据
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(attacktype = nil, value = nil) ⇒ DDoSTopData
constructor
A new instance of DDoSTopData.
Constructor Details
#initialize(attacktype = nil, value = nil) ⇒ DDoSTopData
Returns a new instance of DDoSTopData.
3345 3346 3347 3348 |
# File 'lib/v20180606/models.rb', line 3345 def initialize(attacktype=nil, value=nil) @AttackType = attacktype @Value = value end |
Instance Attribute Details
#AttackType ⇒ Object
3343 3344 3345 |
# File 'lib/v20180606/models.rb', line 3343 def AttackType @AttackType end |
#Value ⇒ Object
3343 3344 3345 |
# File 'lib/v20180606/models.rb', line 3343 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
3350 3351 3352 3353 |
# File 'lib/v20180606/models.rb', line 3350 def deserialize(params) @AttackType = params['AttackType'] @Value = params['Value'] end |