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.
2438 2439 2440 2441 |
# File 'lib/v20250806/models.rb', line 2438 def initialize(data=nil, requestid=nil) @Data = data @RequestId = requestid end |
Instance Attribute Details
#Data ⇒ Object
2436 2437 2438 |
# File 'lib/v20250806/models.rb', line 2436 def Data @Data end |
#RequestId ⇒ Object
2436 2437 2438 |
# File 'lib/v20250806/models.rb', line 2436 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2443 2444 2445 2446 2447 2448 2449 |
# File 'lib/v20250806/models.rb', line 2443 def deserialize(params) unless params['Data'].nil? @Data = CreateWorkflowResult.new @Data.deserialize(params['Data']) end @RequestId = params['RequestId'] end |