Class: TencentCloud::Cdwch::V20200915::ModifyClusterConfigsResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdwch::V20200915::ModifyClusterConfigsResponse
- Defined in:
- lib/v20200915/models.rb
Overview
ModifyClusterConfigs返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(flowid = nil, errormsg = nil, requestid = nil) ⇒ ModifyClusterConfigsResponse
constructor
A new instance of ModifyClusterConfigsResponse.
Constructor Details
#initialize(flowid = nil, errormsg = nil, requestid = nil) ⇒ ModifyClusterConfigsResponse
Returns a new instance of ModifyClusterConfigsResponse.
1453 1454 1455 1456 1457 |
# File 'lib/v20200915/models.rb', line 1453 def initialize(flowid=nil, errormsg=nil, requestid=nil) @FlowId = flowid @ErrorMsg = errormsg @RequestId = requestid end |
Instance Attribute Details
#ErrorMsg ⇒ Object
1451 1452 1453 |
# File 'lib/v20200915/models.rb', line 1451 def ErrorMsg @ErrorMsg end |
#FlowId ⇒ Object
1451 1452 1453 |
# File 'lib/v20200915/models.rb', line 1451 def FlowId @FlowId end |
#RequestId ⇒ Object
1451 1452 1453 |
# File 'lib/v20200915/models.rb', line 1451 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
[View source]
1459 1460 1461 1462 1463 |
# File 'lib/v20200915/models.rb', line 1459 def deserialize(params) @FlowId = params['FlowId'] @ErrorMsg = params['ErrorMsg'] @RequestId = params['RequestId'] end |