Class: TencentCloud::Cwp::V20180228::FieldValueRatioInfo

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

Overview

快速分析统计信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(count = nil, ratio = nil, value = nil) ⇒ FieldValueRatioInfo

Returns a new instance of FieldValueRatioInfo.



28879
28880
28881
28882
28883
# File 'lib/v20180228/models.rb', line 28879

def initialize(count=nil, ratio=nil, value=nil)
  @Count = count
  @Ratio = ratio
  @Value = value
end

Instance Attribute Details

#CountObject

Parameters:

  • Count:

    个数

  • Ratio:

    比例

  • Value:



28877
28878
28879
# File 'lib/v20180228/models.rb', line 28877

def Count
  @Count
end

#RatioObject

Parameters:

  • Count:

    个数

  • Ratio:

    比例

  • Value:



28877
28878
28879
# File 'lib/v20180228/models.rb', line 28877

def Ratio
  @Ratio
end

#ValueObject

Parameters:

  • Count:

    个数

  • Ratio:

    比例

  • Value:



28877
28878
28879
# File 'lib/v20180228/models.rb', line 28877

def Value
  @Value
end

Instance Method Details

#deserialize(params) ⇒ Object



28885
28886
28887
28888
28889
# File 'lib/v20180228/models.rb', line 28885

def deserialize(params)
  @Count = params['Count']
  @Ratio = params['Ratio']
  @Value = params['Value']
end