Class: TencentCloud::Cwp::V20180228::FieldValueRatioInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::FieldValueRatioInfo
- Defined in:
- lib/v20180228/models.rb
Overview
快速分析统计信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(count = nil, ratio = nil, value = nil) ⇒ FieldValueRatioInfo
constructor
A new instance of FieldValueRatioInfo.
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
#Count ⇒ Object
28877 28878 28879 |
# File 'lib/v20180228/models.rb', line 28877 def Count @Count end |
#Ratio ⇒ Object
28877 28878 28879 |
# File 'lib/v20180228/models.rb', line 28877 def Ratio @Ratio end |
#Value ⇒ Object
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 |