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.



29340
29341
29342
29343
29344
# File 'lib/v20180228/models.rb', line 29340

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

Instance Attribute Details

#CountObject

Parameters:

  • Count:

    个数

  • Ratio:

    比例

  • Value:



29338
29339
29340
# File 'lib/v20180228/models.rb', line 29338

def Count
  @Count
end

#RatioObject

Parameters:

  • Count:

    个数

  • Ratio:

    比例

  • Value:



29338
29339
29340
# File 'lib/v20180228/models.rb', line 29338

def Ratio
  @Ratio
end

#ValueObject

Parameters:

  • Count:

    个数

  • Ratio:

    比例

  • Value:



29338
29339
29340
# File 'lib/v20180228/models.rb', line 29338

def Value
  @Value
end

Instance Method Details

#deserialize(params) ⇒ Object



29346
29347
29348
29349
29350
# File 'lib/v20180228/models.rb', line 29346

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