Class: TencentCloud::Cdn::V20180606::ScdnTopUrlData
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdn::V20180606::ScdnTopUrlData
- Defined in:
- lib/v20180606/models.rb
Overview
SCDN攻击数据Top URL展示
Instance Attribute Summary collapse
-
#Domain ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Time ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Url ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Value ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(url = nil, value = nil, time = nil, domain = nil) ⇒ ScdnTopUrlData
constructor
A new instance of ScdnTopUrlData.
Constructor Details
#initialize(url = nil, value = nil, time = nil, domain = nil) ⇒ ScdnTopUrlData
Returns a new instance of ScdnTopUrlData.
12460 12461 12462 12463 12464 12465 |
# File 'lib/v20180606/models.rb', line 12460 def initialize(url=nil, value=nil, time=nil, domain=nil) @Url = url @Value = value @Time = time @Domain = domain end |
Instance Attribute Details
#Domain ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
12458 12459 12460 |
# File 'lib/v20180606/models.rb', line 12458 def Domain @Domain end |
#Time ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
12458 12459 12460 |
# File 'lib/v20180606/models.rb', line 12458 def Time @Time end |
#Url ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
12458 12459 12460 |
# File 'lib/v20180606/models.rb', line 12458 def Url @Url end |
#Value ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
12458 12459 12460 |
# File 'lib/v20180606/models.rb', line 12458 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
12467 12468 12469 12470 12471 12472 |
# File 'lib/v20180606/models.rb', line 12467 def deserialize(params) @Url = params['Url'] @Value = params['Value'] @Time = params['Time'] @Domain = params['Domain'] end |