Class: TencentCloud::Cdwch::V20200915::DestroyInstanceResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdwch::V20200915::DestroyInstanceResponse
- Defined in:
- lib/v20200915/models.rb
Overview
DestroyInstance返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(flowid = nil, instanceid = nil, errormsg = nil, requestid = nil) ⇒ DestroyInstanceResponse
constructor
A new instance of DestroyInstanceResponse.
Constructor Details
#initialize(flowid = nil, instanceid = nil, errormsg = nil, requestid = nil) ⇒ DestroyInstanceResponse
Returns a new instance of DestroyInstanceResponse.
1673 1674 1675 1676 1677 1678 |
# File 'lib/v20200915/models.rb', line 1673 def initialize(flowid=nil, instanceid=nil, errormsg=nil, requestid=nil) @FlowID = flowid @InstanceID = instanceid @ErrorMsg = errormsg @RequestId = requestid end |
Instance Attribute Details
#ErrorMsg ⇒ Object
1671 1672 1673 |
# File 'lib/v20200915/models.rb', line 1671 def ErrorMsg @ErrorMsg end |
#FlowID ⇒ Object
1671 1672 1673 |
# File 'lib/v20200915/models.rb', line 1671 def FlowID @FlowID end |
#InstanceID ⇒ Object
1671 1672 1673 |
# File 'lib/v20200915/models.rb', line 1671 def InstanceID @InstanceID end |
#RequestId ⇒ Object
1671 1672 1673 |
# File 'lib/v20200915/models.rb', line 1671 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1680 1681 1682 1683 1684 1685 |
# File 'lib/v20200915/models.rb', line 1680 def deserialize(params) @FlowID = params['FlowID'] @InstanceID = params['InstanceID'] @ErrorMsg = params['ErrorMsg'] @RequestId = params['RequestId'] end |