Class: TencentCloud::Wedata::V20210820::ParamInfo

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

Returns a new instance of ParamInfo.



19143
19144
19145
19146
# File 'lib/v20210820/models.rb', line 19143

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

Instance Attribute Details

#ParamKeyObject

Parameters:

  • ParamKey:

    参数名

  • ParamValue:

    参数值



19141
19142
19143
# File 'lib/v20210820/models.rb', line 19141

def ParamKey
  @ParamKey
end

#ParamValueObject

Parameters:

  • ParamKey:

    参数名

  • ParamValue:

    参数值



19141
19142
19143
# File 'lib/v20210820/models.rb', line 19141

def ParamValue
  @ParamValue
end

Instance Method Details

#deserialize(params) ⇒ Object



19148
19149
19150
19151
# File 'lib/v20210820/models.rb', line 19148

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