Class: TencentCloud::Oceanus::V20190422::Property
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Oceanus::V20190422::Property
- Defined in:
- lib/v20190422/models.rb
Overview
系统配置属性
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(key = nil, value = nil) ⇒ Property
constructor
A new instance of Property.
Constructor Details
#initialize(key = nil, value = nil) ⇒ Property
Returns a new instance of Property.
4486 4487 4488 4489 |
# File 'lib/v20190422/models.rb', line 4486 def initialize(key=nil, value=nil) @Key = key @Value = value end |
Instance Attribute Details
#Key ⇒ Object
4484 4485 4486 |
# File 'lib/v20190422/models.rb', line 4484 def Key @Key end |
#Value ⇒ Object
4484 4485 4486 |
# File 'lib/v20190422/models.rb', line 4484 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
4491 4492 4493 4494 |
# File 'lib/v20190422/models.rb', line 4491 def deserialize(params) @Key = params['Key'] @Value = params['Value'] end |