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
2309 2310 2311 2312 2313 |
# File 'lib/v20200915/models.rb', line 2309 def initialize(flowid=nil, errormsg=nil, requestid=nil) @FlowId = flowid @ErrorMsg = errormsg @RequestId = requestid end |
Instance Attribute Details
#ErrorMsg ⇒ Object
2307 2308 2309 |
# File 'lib/v20200915/models.rb', line 2307 def ErrorMsg @ErrorMsg end |
#FlowId ⇒ Object
2307 2308 2309 |
# File 'lib/v20200915/models.rb', line 2307 def FlowId @FlowId end |
#RequestId ⇒ Object
2307 2308 2309 |
# File 'lib/v20200915/models.rb', line 2307 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2315 2316 2317 2318 2319 |
# File 'lib/v20200915/models.rb', line 2315 def deserialize(params) @FlowId = params['FlowId'] @ErrorMsg = params['ErrorMsg'] @RequestId = params['RequestId'] end |