Class: TencentCloud::Dcdb::V20180411::ConfigValue
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dcdb::V20180411::ConfigValue
- Defined in:
- lib/v20180411/models.rb
Overview
配置信息。包含配置项Config,配置值Value
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(config = nil, value = nil) ⇒ ConfigValue
constructor
A new instance of ConfigValue.
Constructor Details
#initialize(config = nil, value = nil) ⇒ ConfigValue
Returns a new instance of ConfigValue.
426 427 428 429 |
# File 'lib/v20180411/models.rb', line 426 def initialize(config=nil, value=nil) @Config = config @Value = value end |
Instance Attribute Details
#Config ⇒ Object
424 425 426 |
# File 'lib/v20180411/models.rb', line 424 def Config @Config end |
#Value ⇒ Object
424 425 426 |
# File 'lib/v20180411/models.rb', line 424 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
431 432 433 434 |
# File 'lib/v20180411/models.rb', line 431 def deserialize(params) @Config = params['Config'] @Value = params['Value'] end |