Class: TencentCloud::Cdwch::V20200915::ScaleOutInstanceResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdwch::V20200915::ScaleOutInstanceResponse
- Defined in:
- lib/v20200915/models.rb
Overview
ScaleOutInstance返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(flowid = nil, instanceid = nil, errormsg = nil, requestid = nil) ⇒ ScaleOutInstanceResponse
constructor
A new instance of ScaleOutInstanceResponse.
Constructor Details
#initialize(flowid = nil, instanceid = nil, errormsg = nil, requestid = nil) ⇒ ScaleOutInstanceResponse
Returns a new instance of ScaleOutInstanceResponse.
3039 3040 3041 3042 3043 3044 |
# File 'lib/v20200915/models.rb', line 3039 def initialize(flowid=nil, instanceid=nil, errormsg=nil, requestid=nil) @FlowId = flowid @InstanceId = instanceid @ErrorMsg = errormsg @RequestId = requestid end |
Instance Attribute Details
#ErrorMsg ⇒ Object
3037 3038 3039 |
# File 'lib/v20200915/models.rb', line 3037 def ErrorMsg @ErrorMsg end |
#FlowId ⇒ Object
3037 3038 3039 |
# File 'lib/v20200915/models.rb', line 3037 def FlowId @FlowId end |
#InstanceId ⇒ Object
3037 3038 3039 |
# File 'lib/v20200915/models.rb', line 3037 def InstanceId @InstanceId end |
#RequestId ⇒ Object
3037 3038 3039 |
# File 'lib/v20200915/models.rb', line 3037 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
3046 3047 3048 3049 3050 3051 |
# File 'lib/v20200915/models.rb', line 3046 def deserialize(params) @FlowId = params['FlowId'] @InstanceId = params['InstanceId'] @ErrorMsg = params['ErrorMsg'] @RequestId = params['RequestId'] end |