Class: TencentCloud::Wedata::V20250806::CreateWorkflowFolderResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20250806::CreateWorkflowFolderResponse
- Defined in:
- lib/v20250806/models.rb
Overview
CreateWorkflowFolder返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(data = nil, requestid = nil) ⇒ CreateWorkflowFolderResponse
constructor
A new instance of CreateWorkflowFolderResponse.
Constructor Details
#initialize(data = nil, requestid = nil) ⇒ CreateWorkflowFolderResponse
Returns a new instance of CreateWorkflowFolderResponse.
2353 2354 2355 2356 |
# File 'lib/v20250806/models.rb', line 2353 def initialize(data=nil, requestid=nil) @Data = data @RequestId = requestid end |
Instance Attribute Details
#Data ⇒ Object
2351 2352 2353 |
# File 'lib/v20250806/models.rb', line 2351 def Data @Data end |
#RequestId ⇒ Object
2351 2352 2353 |
# File 'lib/v20250806/models.rb', line 2351 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2358 2359 2360 2361 2362 2363 2364 |
# File 'lib/v20250806/models.rb', line 2358 def deserialize(params) unless params['Data'].nil? @Data = CreateFolderResult.new @Data.deserialize(params['Data']) end @RequestId = params['RequestId'] end |