Class: TencentCloud::Cdwch::V20200915::ScaleUpInstanceResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdwch::V20200915::ScaleUpInstanceResponse
- Defined in:
- lib/v20200915/models.rb
Overview
ScaleUpInstance返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(flowid = nil, instanceid = nil, errormsg = nil, requestid = nil) ⇒ ScaleUpInstanceResponse
constructor
A new instance of ScaleUpInstanceResponse.
Constructor Details
#initialize(flowid = nil, instanceid = nil, errormsg = nil, requestid = nil) ⇒ ScaleUpInstanceResponse
Returns a new instance of ScaleUpInstanceResponse.
3095 3096 3097 3098 3099 3100 |
# File 'lib/v20200915/models.rb', line 3095 def initialize(flowid=nil, instanceid=nil, errormsg=nil, requestid=nil) @FlowId = flowid @InstanceId = instanceid @ErrorMsg = errormsg @RequestId = requestid end |
Instance Attribute Details
#ErrorMsg ⇒ Object
3093 3094 3095 |
# File 'lib/v20200915/models.rb', line 3093 def ErrorMsg @ErrorMsg end |
#FlowId ⇒ Object
3093 3094 3095 |
# File 'lib/v20200915/models.rb', line 3093 def FlowId @FlowId end |
#InstanceId ⇒ Object
3093 3094 3095 |
# File 'lib/v20200915/models.rb', line 3093 def InstanceId @InstanceId end |
#RequestId ⇒ Object
3093 3094 3095 |
# File 'lib/v20200915/models.rb', line 3093 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
3102 3103 3104 3105 3106 3107 |
# File 'lib/v20200915/models.rb', line 3102 def deserialize(params) @FlowId = params['FlowId'] @InstanceId = params['InstanceId'] @ErrorMsg = params['ErrorMsg'] @RequestId = params['RequestId'] end |