Class: TencentCloud::Cdb::V20170320::ParamInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdb::V20170320::ParamInfo
- Defined in:
- lib/v20170320/models.rb
Overview
实例参数信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, value = nil) ⇒ ParamInfo
constructor
A new instance of ParamInfo.
Constructor Details
#initialize(name = nil, value = nil) ⇒ ParamInfo
Returns a new instance of ParamInfo.
12238 12239 12240 12241 |
# File 'lib/v20170320/models.rb', line 12238 def initialize(name=nil, value=nil) @Name = name @Value = value end |
Instance Attribute Details
#Name ⇒ Object
12236 12237 12238 |
# File 'lib/v20170320/models.rb', line 12236 def Name @Name end |
#Value ⇒ Object
12236 12237 12238 |
# File 'lib/v20170320/models.rb', line 12236 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
12243 12244 12245 12246 |
# File 'lib/v20170320/models.rb', line 12243 def deserialize(params) @Name = params['Name'] @Value = params['Value'] end |