Class: TencentCloud::Wedata::V20210820::DescribeDsParentFolderTreeRequest

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

Overview

DescribeDsParentFolderTree请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(projectid = nil, folderid = nil, workflowid = nil, taskid = nil, displaytype = nil) ⇒ DescribeDsParentFolderTreeRequest

Returns a new instance of DescribeDsParentFolderTreeRequest.



7316
7317
7318
7319
7320
7321
7322
# File 'lib/v20210820/models.rb', line 7316

def initialize(projectid=nil, folderid=nil, workflowid=nil, taskid=nil, displaytype=nil)
  @ProjectId = projectid
  @FolderId = folderid
  @WorkflowId = workflowid
  @TaskId = taskid
  @DisplayType = displaytype
end

Instance Attribute Details

#DisplayTypeObject

  • classification:分类展示

  • catalog:目录展示

Parameters:

  • ProjectId:

    项目id

  • FolderId:

    文件夹ID

  • WorkflowId:

    工作流ID

  • TaskId:

    任务id

  • DisplayType:

    任务展示形式, 示例取值



7314
7315
7316
# File 'lib/v20210820/models.rb', line 7314

def DisplayType
  @DisplayType
end

#FolderIdObject

  • classification:分类展示

  • catalog:目录展示

Parameters:

  • ProjectId:

    项目id

  • FolderId:

    文件夹ID

  • WorkflowId:

    工作流ID

  • TaskId:

    任务id

  • DisplayType:

    任务展示形式, 示例取值



7314
7315
7316
# File 'lib/v20210820/models.rb', line 7314

def FolderId
  @FolderId
end

#ProjectIdObject

  • classification:分类展示

  • catalog:目录展示

Parameters:

  • ProjectId:

    项目id

  • FolderId:

    文件夹ID

  • WorkflowId:

    工作流ID

  • TaskId:

    任务id

  • DisplayType:

    任务展示形式, 示例取值



7314
7315
7316
# File 'lib/v20210820/models.rb', line 7314

def ProjectId
  @ProjectId
end

#TaskIdObject

  • classification:分类展示

  • catalog:目录展示

Parameters:

  • ProjectId:

    项目id

  • FolderId:

    文件夹ID

  • WorkflowId:

    工作流ID

  • TaskId:

    任务id

  • DisplayType:

    任务展示形式, 示例取值



7314
7315
7316
# File 'lib/v20210820/models.rb', line 7314

def TaskId
  @TaskId
end

#WorkflowIdObject

  • classification:分类展示

  • catalog:目录展示

Parameters:

  • ProjectId:

    项目id

  • FolderId:

    文件夹ID

  • WorkflowId:

    工作流ID

  • TaskId:

    任务id

  • DisplayType:

    任务展示形式, 示例取值



7314
7315
7316
# File 'lib/v20210820/models.rb', line 7314

def WorkflowId
  @WorkflowId
end

Instance Method Details

#deserialize(params) ⇒ Object



7324
7325
7326
7327
7328
7329
7330
# File 'lib/v20210820/models.rb', line 7324

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