Class: TencentCloud::Ess::V20201111::CancelFailureFlow
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ess::V20201111::CancelFailureFlow
- Defined in:
- lib/v20201111/models.rb
Overview
撤销失败的流程信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(flowid = nil, reason = nil) ⇒ CancelFailureFlow
constructor
A new instance of CancelFailureFlow.
Constructor Details
#initialize(flowid = nil, reason = nil) ⇒ CancelFailureFlow
Returns a new instance of CancelFailureFlow.
1072 1073 1074 1075 |
# File 'lib/v20201111/models.rb', line 1072 def initialize(flowid=nil, reason=nil) @FlowId = flowid @Reason = reason end |
Instance Attribute Details
#FlowId ⇒ Object
1070 1071 1072 |
# File 'lib/v20201111/models.rb', line 1070 def FlowId @FlowId end |
#Reason ⇒ Object
1070 1071 1072 |
# File 'lib/v20201111/models.rb', line 1070 def Reason @Reason end |
Instance Method Details
#deserialize(params) ⇒ Object
1077 1078 1079 1080 |
# File 'lib/v20201111/models.rb', line 1077 def deserialize(params) @FlowId = params['FlowId'] @Reason = params['Reason'] end |