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.
11948 11949 11950 11951 |
# File 'lib/v20170320/models.rb', line 11948 def initialize(name=nil, value=nil) @Name = name @Value = value end |
Instance Attribute Details
#Name ⇒ Object
11946 11947 11948 |
# File 'lib/v20170320/models.rb', line 11946 def Name @Name end |
#Value ⇒ Object
11946 11947 11948 |
# File 'lib/v20170320/models.rb', line 11946 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
11953 11954 11955 11956 |
# File 'lib/v20170320/models.rb', line 11953 def deserialize(params) @Name = params['Name'] @Value = params['Value'] end |