Class: TencentCloud::Wedata::V20250806::ListWorkflowFoldersResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20250806::ListWorkflowFoldersResponse
- Defined in:
- lib/v20250806/models.rb
Overview
ListWorkflowFolders返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(data = nil, requestid = nil) ⇒ ListWorkflowFoldersResponse
constructor
A new instance of ListWorkflowFoldersResponse.
Constructor Details
#initialize(data = nil, requestid = nil) ⇒ ListWorkflowFoldersResponse
Returns a new instance of ListWorkflowFoldersResponse.
8822 8823 8824 8825 |
# File 'lib/v20250806/models.rb', line 8822 def initialize(data=nil, requestid=nil) @Data = data @RequestId = requestid end |
Instance Attribute Details
#Data ⇒ Object
8820 8821 8822 |
# File 'lib/v20250806/models.rb', line 8820 def Data @Data end |
#RequestId ⇒ Object
8820 8821 8822 |
# File 'lib/v20250806/models.rb', line 8820 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
8827 8828 8829 8830 8831 8832 8833 |
# File 'lib/v20250806/models.rb', line 8827 def deserialize(params) unless params['Data'].nil? @Data = WorkflowFolderPage.new @Data.deserialize(params['Data']) end @RequestId = params['RequestId'] end |