Class: TencentCloud::Wedata::V20250806::DeleteWorkflowFolderRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20250806/models.rb

Overview

DeleteWorkflowFolder请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(projectid = nil, folderid = nil) ⇒ DeleteWorkflowFolderRequest



3554
3555
3556
3557
# File 'lib/v20250806/models.rb', line 3554

def initialize(projectid=nil, folderid=nil)
  @ProjectId = projectid
  @FolderId = folderid
end

Instance Attribute Details

#FolderIdObject



3552
3553
3554
# File 'lib/v20250806/models.rb', line 3552

def FolderId
  @FolderId
end

#ProjectIdObject



3552
3553
3554
# File 'lib/v20250806/models.rb', line 3552

def ProjectId
  @ProjectId
end

Instance Method Details

#deserialize(params) ⇒ Object



3559
3560
3561
3562
# File 'lib/v20250806/models.rb', line 3559

def deserialize(params)
  @ProjectId = params['ProjectId']
  @FolderId = params['FolderId']
end