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.
1672 1673 1674 1675 |
# File 'lib/v20250806/models.rb', line 1672 def initialize(data=nil, requestid=nil) @Data = data @RequestId = requestid end |
Instance Attribute Details
#Data ⇒ Object
1670 1671 1672 |
# File 'lib/v20250806/models.rb', line 1670 def Data @Data end |
#RequestId ⇒ Object
1670 1671 1672 |
# File 'lib/v20250806/models.rb', line 1670 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1677 1678 1679 1680 1681 1682 1683 |
# File 'lib/v20250806/models.rb', line 1677 def deserialize(params) unless params['Data'].nil? @Data = CreateFolderResult.new @Data.deserialize(params['Data']) end @RequestId = params['RequestId'] end |