Class: TencentCloud::Wedata::V20250806::DeleteWorkflowResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20250806::DeleteWorkflowResponse
- Defined in:
- lib/v20250806/models.rb
Overview
DeleteWorkflow返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(data = nil, requestid = nil) ⇒ DeleteWorkflowResponse
constructor
A new instance of DeleteWorkflowResponse.
Constructor Details
#initialize(data = nil, requestid = nil) ⇒ DeleteWorkflowResponse
Returns a new instance of DeleteWorkflowResponse.
3617 3618 3619 3620 |
# File 'lib/v20250806/models.rb', line 3617 def initialize(data=nil, requestid=nil) @Data = data @RequestId = requestid end |
Instance Attribute Details
#Data ⇒ Object
3615 3616 3617 |
# File 'lib/v20250806/models.rb', line 3615 def Data @Data end |
#RequestId ⇒ Object
3615 3616 3617 |
# File 'lib/v20250806/models.rb', line 3615 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
3622 3623 3624 3625 3626 3627 3628 |
# File 'lib/v20250806/models.rb', line 3622 def deserialize(params) unless params['Data'].nil? @Data = DeleteWorkflowResult.new @Data.deserialize(params['Data']) end @RequestId = params['RequestId'] end |