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.



37695
37696
37697
37698
37699
# File 'lib/v20210820/models.rb', line 37695

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:

    表数量



37693
37694
37695
# File 'lib/v20210820/models.rb', line 37693

def Level
  @Level
end

#ScaleObject

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

Parameters:

  • Level:

    等级 1、2、3、4、5

  • Scale:

    占比

  • TableNumber:

    表数量



37693
37694
37695
# File 'lib/v20210820/models.rb', line 37693

def Scale
  @Scale
end

#TableNumberObject

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

Parameters:

  • Level:

    等级 1、2、3、4、5

  • Scale:

    占比

  • TableNumber:

    表数量



37693
37694
37695
# File 'lib/v20210820/models.rb', line 37693

def TableNumber
  @TableNumber
end

Instance Method Details

#deserialize(params) ⇒ Object



37701
37702
37703
37704
37705
# File 'lib/v20210820/models.rb', line 37701

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