Class: TencentCloud::Ess::V20201111::FlowForwardResult
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ess::V20201111::FlowForwardResult
- Defined in:
- lib/v20201111/models.rb
Overview
转交合同结果
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(flowid = nil, errordetail = nil) ⇒ FlowForwardResult
constructor
A new instance of FlowForwardResult.
Constructor Details
#initialize(flowid = nil, errordetail = nil) ⇒ FlowForwardResult
Returns a new instance of FlowForwardResult.
13543 13544 13545 13546 |
# File 'lib/v20201111/models.rb', line 13543 def initialize(flowid=nil, errordetail=nil) @FlowId = flowid @ErrorDetail = errordetail end |
Instance Attribute Details
#ErrorDetail ⇒ Object
13541 13542 13543 |
# File 'lib/v20201111/models.rb', line 13541 def ErrorDetail @ErrorDetail end |
#FlowId ⇒ Object
13541 13542 13543 |
# File 'lib/v20201111/models.rb', line 13541 def FlowId @FlowId end |
Instance Method Details
#deserialize(params) ⇒ Object
13548 13549 13550 13551 |
# File 'lib/v20201111/models.rb', line 13548 def deserialize(params) @FlowId = params['FlowId'] @ErrorDetail = params['ErrorDetail'] end |