Class: TencentCloud::Wedata::V20210820::ParamInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::ParamInfo
- Defined in:
- lib/v20210820/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.
29713 29714 29715 29716 |
# File 'lib/v20210820/models.rb', line 29713 def initialize(paramkey=nil, paramvalue=nil) @ParamKey = paramkey @ParamValue = paramvalue end |
Instance Attribute Details
#ParamKey ⇒ Object
29711 29712 29713 |
# File 'lib/v20210820/models.rb', line 29711 def ParamKey @ParamKey end |
#ParamValue ⇒ Object
29711 29712 29713 |
# File 'lib/v20210820/models.rb', line 29711 def ParamValue @ParamValue end |
Instance Method Details
#deserialize(params) ⇒ Object
29718 29719 29720 29721 |
# File 'lib/v20210820/models.rb', line 29718 def deserialize(params) @ParamKey = params['ParamKey'] @ParamValue = params['ParamValue'] end |