Class: TencentCloud::Wedata::V20250806::TaskSchedulingParameter

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

Overview

任务调度变量参数

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(paramkey = nil, paramvalue = nil) ⇒ TaskSchedulingParameter

Returns a new instance of TaskSchedulingParameter.



12764
12765
12766
12767
# File 'lib/v20250806/models.rb', line 12764

def initialize(paramkey=nil, paramvalue=nil)
  @ParamKey = paramkey
  @ParamValue = paramvalue
end

Instance Attribute Details

#ParamKeyObject

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

Parameters:

  • ParamKey:

    参数名

  • ParamValue:

    参数值



12762
12763
12764
# File 'lib/v20250806/models.rb', line 12762

def ParamKey
  @ParamKey
end

#ParamValueObject

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

Parameters:

  • ParamKey:

    参数名

  • ParamValue:

    参数值



12762
12763
12764
# File 'lib/v20250806/models.rb', line 12762

def ParamValue
  @ParamValue
end

Instance Method Details

#deserialize(params) ⇒ Object



12769
12770
12771
12772
# File 'lib/v20250806/models.rb', line 12769

def deserialize(params)
  @ParamKey = params['ParamKey']
  @ParamValue = params['ParamValue']
end