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.



32510
32511
32512
32513
32514
# File 'lib/v20210820/models.rb', line 32510

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:

    表数量



32508
32509
32510
# File 'lib/v20210820/models.rb', line 32508

def Level
  @Level
end

#ScaleObject

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

Parameters:

  • Level:

    等级 1、2、3、4、5

  • Scale:

    占比

  • TableNumber:

    表数量



32508
32509
32510
# File 'lib/v20210820/models.rb', line 32508

def Scale
  @Scale
end

#TableNumberObject

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

Parameters:

  • Level:

    等级 1、2、3、4、5

  • Scale:

    占比

  • TableNumber:

    表数量



32508
32509
32510
# File 'lib/v20210820/models.rb', line 32508

def TableNumber
  @TableNumber
end

Instance Method Details

#deserialize(params) ⇒ Object



32516
32517
32518
32519
32520
# File 'lib/v20210820/models.rb', line 32516

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