Class: TencentCloud::Cdn::V20180606::ScdnTopDomainData
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdn::V20180606::ScdnTopDomainData
- Defined in:
- lib/v20180606/models.rb
Overview
SCDN攻击数据Top展示
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(domain = nil, value = nil, percent = nil) ⇒ ScdnTopDomainData
constructor
A new instance of ScdnTopDomainData.
Constructor Details
#initialize(domain = nil, value = nil, percent = nil) ⇒ ScdnTopDomainData
Returns a new instance of ScdnTopDomainData.
12433 12434 12435 12436 12437 |
# File 'lib/v20180606/models.rb', line 12433 def initialize(domain=nil, value=nil, percent=nil) @Domain = domain @Value = value @Percent = percent end |
Instance Attribute Details
#Domain ⇒ Object
12431 12432 12433 |
# File 'lib/v20180606/models.rb', line 12431 def Domain @Domain end |
#Percent ⇒ Object
12431 12432 12433 |
# File 'lib/v20180606/models.rb', line 12431 def Percent @Percent end |
#Value ⇒ Object
12431 12432 12433 |
# File 'lib/v20180606/models.rb', line 12431 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
12439 12440 12441 12442 12443 |
# File 'lib/v20180606/models.rb', line 12439 def deserialize(params) @Domain = params['Domain'] @Value = params['Value'] @Percent = params['Percent'] end |