Class: TencentCloud::Wedata::V20210820::TableScoreStatisticsInfo

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20210820/models.rb

Overview

表评分统计信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(level = nil, scale = nil, tablenumber = nil) ⇒ TableScoreStatisticsInfo

Returns a new instance of TableScoreStatisticsInfo.



24701
24702
24703
24704
24705
# File 'lib/v20210820/models.rb', line 24701

def initialize(level=nil, scale=nil, tablenumber=nil)
  @Level = level
  @Scale = scale
  @TableNumber = tablenumber
end

Instance Attribute Details

#LevelObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Level:

    等级 1、2、3、4、5

  • Scale:

    占比

  • TableNumber:

    表数量



24699
24700
24701
# File 'lib/v20210820/models.rb', line 24699

def Level
  @Level
end

#ScaleObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Level:

    等级 1、2、3、4、5

  • Scale:

    占比

  • TableNumber:

    表数量



24699
24700
24701
# File 'lib/v20210820/models.rb', line 24699

def Scale
  @Scale
end

#TableNumberObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Level:

    等级 1、2、3、4、5

  • Scale:

    占比

  • TableNumber:

    表数量



24699
24700
24701
# File 'lib/v20210820/models.rb', line 24699

def TableNumber
  @TableNumber
end

Instance Method Details

#deserialize(params) ⇒ Object



24707
24708
24709
24710
24711
# File 'lib/v20210820/models.rb', line 24707

def deserialize(params)
  @Level = params['Level']
  @Scale = params['Scale']
  @TableNumber = params['TableNumber']
end