Class: TencentCloud::Dcdb::V20180411::ParamModifyResult
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dcdb::V20180411::ParamModifyResult
- Defined in:
- lib/v20180411/models.rb
Overview
修改参数结果
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(param = nil, code = nil) ⇒ ParamModifyResult
constructor
A new instance of ParamModifyResult.
Constructor Details
#initialize(param = nil, code = nil) ⇒ ParamModifyResult
Returns a new instance of ParamModifyResult.
5794 5795 5796 5797 |
# File 'lib/v20180411/models.rb', line 5794 def initialize(param=nil, code=nil) @Param = param @Code = code end |
Instance Attribute Details
#Code ⇒ Object
5792 5793 5794 |
# File 'lib/v20180411/models.rb', line 5792 def Code @Code end |
#Param ⇒ Object
5792 5793 5794 |
# File 'lib/v20180411/models.rb', line 5792 def Param @Param end |
Instance Method Details
#deserialize(params) ⇒ Object
5799 5800 5801 5802 |
# File 'lib/v20180411/models.rb', line 5799 def deserialize(params) @Param = params['Param'] @Code = params['Code'] end |