Class: TencentCloud::Cdwch::V20200915::CreateInstanceNewResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdwch::V20200915::CreateInstanceNewResponse
- Defined in:
- lib/v20200915/models.rb
Overview
CreateInstanceNew返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(flowid = nil, instanceid = nil, errormsg = nil, requestid = nil) ⇒ CreateInstanceNewResponse
constructor
A new instance of CreateInstanceNewResponse.
Constructor Details
#initialize(flowid = nil, instanceid = nil, errormsg = nil, requestid = nil) ⇒ CreateInstanceNewResponse
Returns a new instance of CreateInstanceNewResponse.
656 657 658 659 660 661 |
# File 'lib/v20200915/models.rb', line 656 def initialize(flowid=nil, instanceid=nil, errormsg=nil, requestid=nil) @FlowId = flowid @InstanceId = instanceid @ErrorMsg = errormsg @RequestId = requestid end |
Instance Attribute Details
#ErrorMsg ⇒ Object
654 655 656 |
# File 'lib/v20200915/models.rb', line 654 def ErrorMsg @ErrorMsg end |
#FlowId ⇒ Object
654 655 656 |
# File 'lib/v20200915/models.rb', line 654 def FlowId @FlowId end |
#InstanceId ⇒ Object
654 655 656 |
# File 'lib/v20200915/models.rb', line 654 def InstanceId @InstanceId end |
#RequestId ⇒ Object
654 655 656 |
# File 'lib/v20200915/models.rb', line 654 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
663 664 665 666 667 668 |
# File 'lib/v20200915/models.rb', line 663 def deserialize(params) @FlowId = params['FlowId'] @InstanceId = params['InstanceId'] @ErrorMsg = params['ErrorMsg'] @RequestId = params['RequestId'] end |