Class: TencentCloud::Wedata::V20250806::ParamInfo

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) ⇒ ParamInfo

Returns a new instance of ParamInfo.



9685
9686
9687
9688
# File 'lib/v20250806/models.rb', line 9685

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

Instance Attribute Details

#ParamKeyObject

Parameters:

  • ParamKey:

    参数名

  • ParamValue:

    参数值



9683
9684
9685
# File 'lib/v20250806/models.rb', line 9683

def ParamKey
  @ParamKey
end

#ParamValueObject

Parameters:

  • ParamKey:

    参数名

  • ParamValue:

    参数值



9683
9684
9685
# File 'lib/v20250806/models.rb', line 9683

def ParamValue
  @ParamValue
end

Instance Method Details

#deserialize(params) ⇒ Object



9690
9691
9692
9693
# File 'lib/v20250806/models.rb', line 9690

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