Class: TencentCloud::Wedata::V20250806::UpdateWorkflowFolderResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20250806::UpdateWorkflowFolderResponse
- Defined in:
- lib/v20250806/models.rb
Overview
UpdateWorkflowFolder返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(data = nil, requestid = nil) ⇒ UpdateWorkflowFolderResponse
constructor
A new instance of UpdateWorkflowFolderResponse.
Constructor Details
#initialize(data = nil, requestid = nil) ⇒ UpdateWorkflowFolderResponse
Returns a new instance of UpdateWorkflowFolderResponse.
9326 9327 9328 9329 |
# File 'lib/v20250806/models.rb', line 9326 def initialize(data=nil, requestid=nil) @Data = data @RequestId = requestid end |
Instance Attribute Details
#Data ⇒ Object
9324 9325 9326 |
# File 'lib/v20250806/models.rb', line 9324 def Data @Data end |
#RequestId ⇒ Object
9324 9325 9326 |
# File 'lib/v20250806/models.rb', line 9324 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
9331 9332 9333 9334 9335 9336 9337 |
# File 'lib/v20250806/models.rb', line 9331 def deserialize(params) unless params['Data'].nil? @Data = UpdateFolderResult.new @Data.deserialize(params['Data']) end @RequestId = params['RequestId'] end |