Class: TencentCloud::Cdn::V20180606::ScdnTypeData
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdn::V20180606::ScdnTypeData
- Defined in:
- lib/v20180606/models.rb
Overview
Scdn饼图数据,waf仅有
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(attacktype = nil, value = nil) ⇒ ScdnTypeData
constructor
A new instance of ScdnTypeData.
Constructor Details
#initialize(attacktype = nil, value = nil) ⇒ ScdnTypeData
Returns a new instance of ScdnTypeData.
12465 12466 12467 12468 |
# File 'lib/v20180606/models.rb', line 12465 def initialize(attacktype=nil, value=nil) @AttackType = attacktype @Value = value end |
Instance Attribute Details
#AttackType ⇒ Object
12463 12464 12465 |
# File 'lib/v20180606/models.rb', line 12463 def AttackType @AttackType end |
#Value ⇒ Object
12463 12464 12465 |
# File 'lib/v20180606/models.rb', line 12463 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
12470 12471 12472 12473 |
# File 'lib/v20180606/models.rb', line 12470 def deserialize(params) @AttackType = params['AttackType'] @Value = params['Value'] end |