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.
12414 12415 12416 12417 12418 |
# File 'lib/v20180606/models.rb', line 12414 def initialize(domain=nil, value=nil, percent=nil) @Domain = domain @Value = value @Percent = percent end |
Instance Attribute Details
#Domain ⇒ Object
12412 12413 12414 |
# File 'lib/v20180606/models.rb', line 12412 def Domain @Domain end |
#Percent ⇒ Object
12412 12413 12414 |
# File 'lib/v20180606/models.rb', line 12412 def Percent @Percent end |
#Value ⇒ Object
12412 12413 12414 |
# File 'lib/v20180606/models.rb', line 12412 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
12420 12421 12422 12423 12424 |
# File 'lib/v20180606/models.rb', line 12420 def deserialize(params) @Domain = params['Domain'] @Value = params['Value'] @Percent = params['Percent'] end |