Class: TencentCloud::Wedata::V20210820::ParamInfoDs

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

Overview

参数参数

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ParamInfoDs.



28427
28428
28429
28430
# File 'lib/v20210820/models.rb', line 28427

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

Instance Attribute Details

#ParamKeyObject

Parameters:

  • ParamKey:

    参数名

  • ParamValue:

    参数值



28425
28426
28427
# File 'lib/v20210820/models.rb', line 28425

def ParamKey
  @ParamKey
end

#ParamValueObject

Parameters:

  • ParamKey:

    参数名

  • ParamValue:

    参数值



28425
28426
28427
# File 'lib/v20210820/models.rb', line 28425

def ParamValue
  @ParamValue
end

Instance Method Details

#deserialize(params) ⇒ Object



28432
28433
28434
28435
# File 'lib/v20210820/models.rb', line 28432

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