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.
13943 13944 13945 13946 |
# File 'lib/v20250806/models.rb', line 13943 def initialize(data=nil, requestid=nil) @Data = data @RequestId = requestid end |
Instance Attribute Details
#Data ⇒ Object
13941 13942 13943 |
# File 'lib/v20250806/models.rb', line 13941 def Data @Data end |
#RequestId ⇒ Object
13941 13942 13943 |
# File 'lib/v20250806/models.rb', line 13941 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
13948 13949 13950 13951 13952 13953 13954 |
# File 'lib/v20250806/models.rb', line 13948 def deserialize(params) unless params['Data'].nil? @Data = UpdateFolderResult.new @Data.deserialize(params['Data']) end @RequestId = params['RequestId'] end |