Class: TencentCloud::Wedata::V20210820::ParamInfoDs
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::ParamInfoDs
- Defined in:
- lib/v20210820/models.rb
Overview
参数参数
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(paramkey = nil, paramvalue = nil) ⇒ ParamInfoDs
constructor
A new instance of ParamInfoDs.
Constructor Details
#initialize(paramkey = nil, paramvalue = nil) ⇒ ParamInfoDs
Returns a new instance of ParamInfoDs.
28260 28261 28262 28263 |
# File 'lib/v20210820/models.rb', line 28260 def initialize(paramkey=nil, paramvalue=nil) @ParamKey = paramkey @ParamValue = paramvalue end |
Instance Attribute Details
#ParamKey ⇒ Object
28258 28259 28260 |
# File 'lib/v20210820/models.rb', line 28258 def ParamKey @ParamKey end |
#ParamValue ⇒ Object
28258 28259 28260 |
# File 'lib/v20210820/models.rb', line 28258 def ParamValue @ParamValue end |
Instance Method Details
#deserialize(params) ⇒ Object
28265 28266 28267 28268 |
# File 'lib/v20210820/models.rb', line 28265 def deserialize(params) @ParamKey = params['ParamKey'] @ParamValue = params['ParamValue'] end |