Class: TencentCloud::Wedata::V20250806::ParamInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20250806::ParamInfo
- Defined in:
- lib/v20250806/models.rb
Overview
参数
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(paramkey = nil, paramvalue = nil) ⇒ ParamInfo
constructor
A new instance of ParamInfo.
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
#ParamKey ⇒ Object
9683 9684 9685 |
# File 'lib/v20250806/models.rb', line 9683 def ParamKey @ParamKey end |
#ParamValue ⇒ Object
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 |