Class: TencentCloud::Wedata::V20210820::TableScoreStatisticsInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::TableScoreStatisticsInfo
- Defined in:
- lib/v20210820/models.rb
Overview
表评分统计信息
Instance Attribute Summary collapse
-
#Level ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Scale ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#TableNumber ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(level = nil, scale = nil, tablenumber = nil) ⇒ TableScoreStatisticsInfo
constructor
A new instance of TableScoreStatisticsInfo.
Constructor Details
#initialize(level = nil, scale = nil, tablenumber = nil) ⇒ TableScoreStatisticsInfo
Returns a new instance of TableScoreStatisticsInfo.
35826 35827 35828 35829 35830 |
# File 'lib/v20210820/models.rb', line 35826 def initialize(level=nil, scale=nil, tablenumber=nil) @Level = level @Scale = scale @TableNumber = tablenumber end |
Instance Attribute Details
#Level ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
35824 35825 35826 |
# File 'lib/v20210820/models.rb', line 35824 def Level @Level end |
#Scale ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
35824 35825 35826 |
# File 'lib/v20210820/models.rb', line 35824 def Scale @Scale end |
#TableNumber ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
35824 35825 35826 |
# File 'lib/v20210820/models.rb', line 35824 def TableNumber @TableNumber end |
Instance Method Details
#deserialize(params) ⇒ Object
35832 35833 35834 35835 35836 |
# File 'lib/v20210820/models.rb', line 35832 def deserialize(params) @Level = params['Level'] @Scale = params['Scale'] @TableNumber = params['TableNumber'] end |