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.
2459 2460 2461 |
# File 'lib/v20250806/models.rb', line 2459 def initialize(workflowid=nil) @WorkflowId = workflowid end |
Instance Attribute Details
#WorkflowId ⇒ Object
2457 2458 2459 |
# File 'lib/v20250806/models.rb', line 2457 def WorkflowId @WorkflowId end |
Instance Method Details
#deserialize(params) ⇒ Object
2463 2464 2465 |
# File 'lib/v20250806/models.rb', line 2463 def deserialize(params) @WorkflowId = params['WorkflowId'] end |