Class: TencentCloud::Wedata::V20250806::CreateWorkflowResult
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20250806::CreateWorkflowResult
- Defined in:
- lib/v20250806/models.rb
Overview
创建工作流结果
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(workflowid = nil) ⇒ CreateWorkflowResult
constructor
A new instance of CreateWorkflowResult.
Constructor Details
#initialize(workflowid = nil) ⇒ CreateWorkflowResult
Returns a new instance of CreateWorkflowResult.
1778 1779 1780 |
# File 'lib/v20250806/models.rb', line 1778 def initialize(workflowid=nil) @WorkflowId = workflowid end |
Instance Attribute Details
#WorkflowId ⇒ Object
1776 1777 1778 |
# File 'lib/v20250806/models.rb', line 1776 def WorkflowId @WorkflowId end |
Instance Method Details
#deserialize(params) ⇒ Object
1782 1783 1784 |
# File 'lib/v20250806/models.rb', line 1782 def deserialize(params) @WorkflowId = params['WorkflowId'] end |