Class: TencentCloud::Dcdb::V20180411::DBParamValue
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dcdb::V20180411::DBParamValue
- Defined in:
- lib/v20180411/models.rb
Overview
云数据库参数信息。
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(param = nil, value = nil) ⇒ DBParamValue
constructor
A new instance of DBParamValue.
Constructor Details
#initialize(param = nil, value = nil) ⇒ DBParamValue
Returns a new instance of DBParamValue.
1244 1245 1246 1247 |
# File 'lib/v20180411/models.rb', line 1244 def initialize(param=nil, value=nil) @Param = param @Value = value end |
Instance Attribute Details
#Param ⇒ Object
1242 1243 1244 |
# File 'lib/v20180411/models.rb', line 1242 def Param @Param end |
#Value ⇒ Object
1242 1243 1244 |
# File 'lib/v20180411/models.rb', line 1242 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
1249 1250 1251 1252 |
# File 'lib/v20180411/models.rb', line 1249 def deserialize(params) @Param = params['Param'] @Value = params['Value'] end |