Class: TencentCloud::Wedata::V20250806::UpdateWorkflowFolderRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20250806::UpdateWorkflowFolderRequest
- Defined in:
- lib/v20250806/models.rb
Overview
UpdateWorkflowFolder请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(projectid = nil, folderid = nil, foldername = nil) ⇒ UpdateWorkflowFolderRequest
constructor
A new instance of UpdateWorkflowFolderRequest.
Constructor Details
#initialize(projectid = nil, folderid = nil, foldername = nil) ⇒ UpdateWorkflowFolderRequest
Returns a new instance of UpdateWorkflowFolderRequest.
13921 13922 13923 13924 13925 |
# File 'lib/v20250806/models.rb', line 13921 def initialize(projectid=nil, folderid=nil, foldername=nil) @ProjectId = projectid @FolderId = folderid @FolderName = foldername end |
Instance Attribute Details
#FolderId ⇒ Object
13919 13920 13921 |
# File 'lib/v20250806/models.rb', line 13919 def FolderId @FolderId end |
#FolderName ⇒ Object
13919 13920 13921 |
# File 'lib/v20250806/models.rb', line 13919 def FolderName @FolderName end |
#ProjectId ⇒ Object
13919 13920 13921 |
# File 'lib/v20250806/models.rb', line 13919 def ProjectId @ProjectId end |
Instance Method Details
#deserialize(params) ⇒ Object
13927 13928 13929 13930 13931 |
# File 'lib/v20250806/models.rb', line 13927 def deserialize(params) @ProjectId = params['ProjectId'] @FolderId = params['FolderId'] @FolderName = params['FolderName'] end |