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.
1780 1781 1782 1783 1784 1785 |
# File 'lib/v20200915/models.rb', line 1780 def initialize(flowid=nil, instanceid=nil, errormsg=nil, requestid=nil) @FlowID = flowid @InstanceID = instanceid @ErrorMsg = errormsg @RequestId = requestid end |
Instance Attribute Details
#ErrorMsg ⇒ Object
1778 1779 1780 |
# File 'lib/v20200915/models.rb', line 1778 def ErrorMsg @ErrorMsg end |
#FlowID ⇒ Object
1778 1779 1780 |
# File 'lib/v20200915/models.rb', line 1778 def FlowID @FlowID end |
#InstanceID ⇒ Object
1778 1779 1780 |
# File 'lib/v20200915/models.rb', line 1778 def InstanceID @InstanceID end |
#RequestId ⇒ Object
1778 1779 1780 |
# File 'lib/v20200915/models.rb', line 1778 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1787 1788 1789 1790 1791 1792 |
# File 'lib/v20200915/models.rb', line 1787 def deserialize(params) @FlowID = params['FlowID'] @InstanceID = params['InstanceID'] @ErrorMsg = params['ErrorMsg'] @RequestId = params['RequestId'] end |