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.
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
#Count ⇒ Object
29338 29339 29340 |
# File 'lib/v20180228/models.rb', line 29338 def Count @Count end |
#Ratio ⇒ Object
29338 29339 29340 |
# File 'lib/v20180228/models.rb', line 29338 def Ratio @Ratio end |
#Value ⇒ Object
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 |