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.
39246 39247 39248 39249 |
# File 'lib/v20210820/models.rb', line 39246 def initialize(valuetype=nil, value=nil) @ValueType = valuetype @Value = value end |
Instance Attribute Details
#Value ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
39244 39245 39246 |
# File 'lib/v20210820/models.rb', line 39244 def Value @Value end |
#ValueType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
39244 39245 39246 |
# File 'lib/v20210820/models.rb', line 39244 def ValueType @ValueType end |
Instance Method Details
#deserialize(params) ⇒ Object
39251 39252 39253 39254 |
# File 'lib/v20210820/models.rb', line 39251 def deserialize(params) @ValueType = params['ValueType'] @Value = params['Value'] end |