Class: TencentCloud::Cdn::V20180606::TopDetailDataMore
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdn::V20180606::TopDetailDataMore
- Defined in:
- lib/v20180606/models.rb
Overview
排序类型的数据结构,同时附带上该项的在总值的占比
Instance Attribute Summary collapse
-
#Name ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Percent ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Value ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, value = nil, percent = nil) ⇒ TopDetailDataMore
constructor
A new instance of TopDetailDataMore.
Constructor Details
#initialize(name = nil, value = nil, percent = nil) ⇒ TopDetailDataMore
Returns a new instance of TopDetailDataMore.
13355 13356 13357 13358 13359 |
# File 'lib/v20180606/models.rb', line 13355 def initialize(name=nil, value=nil, percent=nil) @Name = name @Value = value @Percent = percent end |
Instance Attribute Details
#Name ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
13353 13354 13355 |
# File 'lib/v20180606/models.rb', line 13353 def Name @Name end |
#Percent ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
13353 13354 13355 |
# File 'lib/v20180606/models.rb', line 13353 def Percent @Percent end |
#Value ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
13353 13354 13355 |
# File 'lib/v20180606/models.rb', line 13353 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
13361 13362 13363 13364 13365 |
# File 'lib/v20180606/models.rb', line 13361 def deserialize(params) @Name = params['Name'] @Value = params['Value'] @Percent = params['Percent'] end |