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.
2844 2845 2846 2847 2848 2849 |
# File 'lib/v20200915/models.rb', line 2844 def initialize(flowid=nil, instanceid=nil, errormsg=nil, requestid=nil) @FlowId = flowid @InstanceId = instanceid @ErrorMsg = errormsg @RequestId = requestid end |
Instance Attribute Details
#ErrorMsg ⇒ Object
2842 2843 2844 |
# File 'lib/v20200915/models.rb', line 2842 def ErrorMsg @ErrorMsg end |
#FlowId ⇒ Object
2842 2843 2844 |
# File 'lib/v20200915/models.rb', line 2842 def FlowId @FlowId end |
#InstanceId ⇒ Object
2842 2843 2844 |
# File 'lib/v20200915/models.rb', line 2842 def InstanceId @InstanceId end |
#RequestId ⇒ Object
2842 2843 2844 |
# File 'lib/v20200915/models.rb', line 2842 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2851 2852 2853 2854 2855 2856 |
# File 'lib/v20200915/models.rb', line 2851 def deserialize(params) @FlowId = params['FlowId'] @InstanceId = params['InstanceId'] @ErrorMsg = params['ErrorMsg'] @RequestId = params['RequestId'] end |