Class: TencentCloud::Wedata::V20210820::ThresholdValue

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20210820/models.rb

Overview

数据质量阈值

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(valuetype = nil, value = nil) ⇒ ThresholdValue

Returns a new instance of ThresholdValue.



25461
25462
25463
25464
# File 'lib/v20210820/models.rb', line 25461

def initialize(valuetype=nil, value=nil)
  @ValueType = valuetype
  @Value = value
end

Instance Attribute Details

#ValueObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • ValueType:

    阈值类型 1.低阈值 2.高阈值 3.普通阈值 4.枚举值

  • Value:

    阈值



25459
25460
25461
# File 'lib/v20210820/models.rb', line 25459

def Value
  @Value
end

#ValueTypeObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • ValueType:

    阈值类型 1.低阈值 2.高阈值 3.普通阈值 4.枚举值

  • Value:

    阈值



25459
25460
25461
# File 'lib/v20210820/models.rb', line 25459

def ValueType
  @ValueType
end

Instance Method Details

#deserialize(params) ⇒ Object



25466
25467
25468
25469
# File 'lib/v20210820/models.rb', line 25466

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