Class: TencentCloud::Wedata::V20210820::ThresholdValue
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::ThresholdValue
- Defined in:
- lib/v20210820/models.rb
Overview
数据质量阈值
Instance Attribute Summary collapse
-
#Value ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#ValueType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(valuetype = nil, value = nil) ⇒ ThresholdValue
constructor
A new instance of ThresholdValue.
Constructor Details
#initialize(valuetype = nil, value = nil) ⇒ ThresholdValue
Returns a new instance of ThresholdValue.
41233 41234 41235 41236 |
# File 'lib/v20210820/models.rb', line 41233 def initialize(valuetype=nil, value=nil) @ValueType = valuetype @Value = value end |
Instance Attribute Details
#Value ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
41231 41232 41233 |
# File 'lib/v20210820/models.rb', line 41231 def Value @Value end |
#ValueType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
41231 41232 41233 |
# File 'lib/v20210820/models.rb', line 41231 def ValueType @ValueType end |
Instance Method Details
#deserialize(params) ⇒ Object
41238 41239 41240 41241 |
# File 'lib/v20210820/models.rb', line 41238 def deserialize(params) @ValueType = params['ValueType'] @Value = params['Value'] end |