Class: TencentCloud::Wedata::V20250806::DeleteWorkflowFolderResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20250806::DeleteWorkflowFolderResponse
- Defined in:
- lib/v20250806/models.rb
Overview
DeleteWorkflowFolder返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(data = nil, requestid = nil) ⇒ DeleteWorkflowFolderResponse
constructor
A new instance of DeleteWorkflowFolderResponse.
Constructor Details
#initialize(data = nil, requestid = nil) ⇒ DeleteWorkflowFolderResponse
Returns a new instance of DeleteWorkflowFolderResponse.
2273 2274 2275 2276 |
# File 'lib/v20250806/models.rb', line 2273 def initialize(data=nil, requestid=nil) @Data = data @RequestId = requestid end |
Instance Attribute Details
#Data ⇒ Object
2271 2272 2273 |
# File 'lib/v20250806/models.rb', line 2271 def Data @Data end |
#RequestId ⇒ Object
2271 2272 2273 |
# File 'lib/v20250806/models.rb', line 2271 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2278 2279 2280 2281 2282 2283 2284 |
# File 'lib/v20250806/models.rb', line 2278 def deserialize(params) unless params['Data'].nil? @Data = DeleteFolderResult.new @Data.deserialize(params['Data']) end @RequestId = params['RequestId'] end |