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, newfoldertreemode = nil) ⇒ DescribeDsParentFolderTreeRequest

Returns a new instance of DescribeDsParentFolderTreeRequest.



10082
10083
10084
10085
10086
10087
10088
10089
# File 'lib/v20210820/models.rb', line 10082

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

Instance Attribute Details

#DisplayTypeObject

  • classification:分类展示

  • catalog:目录展示

Parameters:

  • ProjectId:

    项目id

  • FolderId:

    文件夹ID

  • WorkflowId:

    工作流ID

  • TaskId:

    任务id

  • DisplayType:

    任务展示形式, 示例取值

  • NewFolderTreeMode:

    是否新模式展示目录树



10080
10081
10082
# File 'lib/v20210820/models.rb', line 10080

def DisplayType
  @DisplayType
end

#FolderIdObject

  • classification:分类展示

  • catalog:目录展示

Parameters:

  • ProjectId:

    项目id

  • FolderId:

    文件夹ID

  • WorkflowId:

    工作流ID

  • TaskId:

    任务id

  • DisplayType:

    任务展示形式, 示例取值

  • NewFolderTreeMode:

    是否新模式展示目录树



10080
10081
10082
# File 'lib/v20210820/models.rb', line 10080

def FolderId
  @FolderId
end

#NewFolderTreeModeObject

  • classification:分类展示

  • catalog:目录展示

Parameters:

  • ProjectId:

    项目id

  • FolderId:

    文件夹ID

  • WorkflowId:

    工作流ID

  • TaskId:

    任务id

  • DisplayType:

    任务展示形式, 示例取值

  • NewFolderTreeMode:

    是否新模式展示目录树



10080
10081
10082
# File 'lib/v20210820/models.rb', line 10080

def NewFolderTreeMode
  @NewFolderTreeMode
end

#ProjectIdObject

  • classification:分类展示

  • catalog:目录展示

Parameters:

  • ProjectId:

    项目id

  • FolderId:

    文件夹ID

  • WorkflowId:

    工作流ID

  • TaskId:

    任务id

  • DisplayType:

    任务展示形式, 示例取值

  • NewFolderTreeMode:

    是否新模式展示目录树



10080
10081
10082
# File 'lib/v20210820/models.rb', line 10080

def ProjectId
  @ProjectId
end

#TaskIdObject

  • classification:分类展示

  • catalog:目录展示

Parameters:

  • ProjectId:

    项目id

  • FolderId:

    文件夹ID

  • WorkflowId:

    工作流ID

  • TaskId:

    任务id

  • DisplayType:

    任务展示形式, 示例取值

  • NewFolderTreeMode:

    是否新模式展示目录树



10080
10081
10082
# File 'lib/v20210820/models.rb', line 10080

def TaskId
  @TaskId
end

#WorkflowIdObject

  • classification:分类展示

  • catalog:目录展示

Parameters:

  • ProjectId:

    项目id

  • FolderId:

    文件夹ID

  • WorkflowId:

    工作流ID

  • TaskId:

    任务id

  • DisplayType:

    任务展示形式, 示例取值

  • NewFolderTreeMode:

    是否新模式展示目录树



10080
10081
10082
# File 'lib/v20210820/models.rb', line 10080

def WorkflowId
  @WorkflowId
end

Instance Method Details

#deserialize(params) ⇒ Object



10091
10092
10093
10094
10095
10096
10097
10098
# File 'lib/v20210820/models.rb', line 10091

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