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.
12484 12485 12486 12487 |
# File 'lib/v20180606/models.rb', line 12484 def initialize(attacktype=nil, value=nil) @AttackType = attacktype @Value = value end |
Instance Attribute Details
#AttackType ⇒ Object
12482 12483 12484 |
# File 'lib/v20180606/models.rb', line 12482 def AttackType @AttackType end |
#Value ⇒ Object
12482 12483 12484 |
# File 'lib/v20180606/models.rb', line 12482 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
12489 12490 12491 12492 |
# File 'lib/v20180606/models.rb', line 12489 def deserialize(params) @AttackType = params['AttackType'] @Value = params['Value'] end |