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.
2316 2317 2318 2319 |
# File 'lib/v20250806/models.rb', line 2316 def initialize(data=nil, requestid=nil) @Data = data @RequestId = requestid end |
Instance Attribute Details
#Data ⇒ Object
2314 2315 2316 |
# File 'lib/v20250806/models.rb', line 2314 def Data @Data end |
#RequestId ⇒ Object
2314 2315 2316 |
# File 'lib/v20250806/models.rb', line 2314 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2321 2322 2323 2324 2325 2326 2327 |
# File 'lib/v20250806/models.rb', line 2321 def deserialize(params) unless params['Data'].nil? @Data = DeleteWorkflowResult.new @Data.deserialize(params['Data']) end @RequestId = params['RequestId'] end |