Class: TencentCloud::Wedata::V20250806::CreateWorkflowResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20250806::CreateWorkflowResponse
- Defined in:
- lib/v20250806/models.rb
Overview
CreateWorkflow返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(data = nil, requestid = nil) ⇒ CreateWorkflowResponse
constructor
A new instance of CreateWorkflowResponse.
Constructor Details
#initialize(data = nil, requestid = nil) ⇒ CreateWorkflowResponse
Returns a new instance of CreateWorkflowResponse.
1757 1758 1759 1760 |
# File 'lib/v20250806/models.rb', line 1757 def initialize(data=nil, requestid=nil) @Data = data @RequestId = requestid end |
Instance Attribute Details
#Data ⇒ Object
1755 1756 1757 |
# File 'lib/v20250806/models.rb', line 1755 def Data @Data end |
#RequestId ⇒ Object
1755 1756 1757 |
# File 'lib/v20250806/models.rb', line 1755 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1762 1763 1764 1765 1766 1767 1768 |
# File 'lib/v20250806/models.rb', line 1762 def deserialize(params) unless params['Data'].nil? @Data = CreateWorkflowResult.new @Data.deserialize(params['Data']) end @RequestId = params['RequestId'] end |