Class: TencentCloud::Wedata::V20210820::DescribeDsFolderTreeRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::DescribeDsFolderTreeRequest
- Defined in:
- lib/v20210820/models.rb
Overview
DescribeDsFolderTree请求参数结构体
Instance Attribute Summary collapse
-
#DisplayType ⇒ Object
- cycle 周期工作流 - manual 手动工作流.
-
#FirstLevelPull ⇒ Object
- cycle 周期工作流 - manual 手动工作流.
-
#FolderForm ⇒ Object
- cycle 周期工作流 - manual 手动工作流.
-
#FolderId ⇒ Object
- cycle 周期工作流 - manual 手动工作流.
-
#InChargeIdList ⇒ Object
- cycle 周期工作流 - manual 手动工作流.
-
#IncludeCodeTemplate ⇒ Object
- cycle 周期工作流 - manual 手动工作流.
-
#IncludeTask ⇒ Object
- cycle 周期工作流 - manual 手动工作流.
-
#IncludeTaskFolder ⇒ Object
- cycle 周期工作流 - manual 手动工作流.
-
#IncludeVirtualTask ⇒ Object
- cycle 周期工作流 - manual 手动工作流.
-
#IncludeWorkflow ⇒ Object
- cycle 周期工作流 - manual 手动工作流.
-
#Keyword ⇒ Object
- cycle 周期工作流 - manual 手动工作流.
-
#NewFolderTreeMode ⇒ Object
- cycle 周期工作流 - manual 手动工作流.
-
#OnlyMe ⇒ Object
- cycle 周期工作流 - manual 手动工作流.
-
#ProjectId ⇒ Object
- cycle 周期工作流 - manual 手动工作流.
-
#TaskFolderId ⇒ Object
- cycle 周期工作流 - manual 手动工作流.
-
#TaskNodeId ⇒ Object
- cycle 周期工作流 - manual 手动工作流.
-
#TaskTypeIdList ⇒ Object
- cycle 周期工作流 - manual 手动工作流.
-
#WorkflowId ⇒ Object
- cycle 周期工作流 - manual 手动工作流.
-
#WorkflowType ⇒ Object
- cycle 周期工作流 - manual 手动工作流.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(projectid = nil, firstlevelpull = nil, folderid = nil, workflowid = nil, keyword = nil, includeworkflow = nil, includetask = nil, includevirtualtask = nil, taskfolderid = nil, displaytype = nil, includetaskfolder = nil, newfoldertreemode = nil, tasknodeid = nil, workflowtype = nil, tasktypeidlist = nil, inchargeidlist = nil, onlyme = nil, includecodetemplate = nil, folderform = nil) ⇒ DescribeDsFolderTreeRequest
constructor
A new instance of DescribeDsFolderTreeRequest.
Constructor Details
#initialize(projectid = nil, firstlevelpull = nil, folderid = nil, workflowid = nil, keyword = nil, includeworkflow = nil, includetask = nil, includevirtualtask = nil, taskfolderid = nil, displaytype = nil, includetaskfolder = nil, newfoldertreemode = nil, tasknodeid = nil, workflowtype = nil, tasktypeidlist = nil, inchargeidlist = nil, onlyme = nil, includecodetemplate = nil, folderform = nil) ⇒ DescribeDsFolderTreeRequest
Returns a new instance of DescribeDsFolderTreeRequest.
10443 10444 10445 10446 10447 10448 10449 10450 10451 10452 10453 10454 10455 10456 10457 10458 10459 10460 10461 10462 10463 |
# File 'lib/v20210820/models.rb', line 10443 def initialize(projectid=nil, firstlevelpull=nil, folderid=nil, workflowid=nil, keyword=nil, includeworkflow=nil, includetask=nil, includevirtualtask=nil, taskfolderid=nil, displaytype=nil, includetaskfolder=nil, newfoldertreemode=nil, tasknodeid=nil, workflowtype=nil, tasktypeidlist=nil, inchargeidlist=nil, onlyme=nil, includecodetemplate=nil, folderform=nil) @ProjectId = projectid @FirstLevelPull = firstlevelpull @FolderId = folderid @WorkflowId = workflowid @Keyword = keyword @IncludeWorkflow = includeworkflow @IncludeTask = includetask @IncludeVirtualTask = includevirtualtask @TaskFolderId = taskfolderid @DisplayType = displaytype @IncludeTaskFolder = includetaskfolder @NewFolderTreeMode = newfoldertreemode @TaskNodeId = tasknodeid @WorkflowType = workflowtype @TaskTypeIdList = tasktypeidlist @InChargeIdList = inchargeidlist @OnlyMe = onlyme @IncludeCodeTemplate = includecodetemplate @FolderForm = folderform end |
Instance Attribute Details
#DisplayType ⇒ Object
- cycle 周期工作流
- manual 手动工作流
10441 10442 10443 |
# File 'lib/v20210820/models.rb', line 10441 def DisplayType @DisplayType end |
#FirstLevelPull ⇒ Object
- cycle 周期工作流
- manual 手动工作流
10441 10442 10443 |
# File 'lib/v20210820/models.rb', line 10441 def FirstLevelPull @FirstLevelPull end |
#FolderForm ⇒ Object
- cycle 周期工作流
- manual 手动工作流
10441 10442 10443 |
# File 'lib/v20210820/models.rb', line 10441 def FolderForm @FolderForm end |
#FolderId ⇒ Object
- cycle 周期工作流
- manual 手动工作流
10441 10442 10443 |
# File 'lib/v20210820/models.rb', line 10441 def FolderId @FolderId end |
#InChargeIdList ⇒ Object
- cycle 周期工作流
- manual 手动工作流
10441 10442 10443 |
# File 'lib/v20210820/models.rb', line 10441 def InChargeIdList @InChargeIdList end |
#IncludeCodeTemplate ⇒ Object
- cycle 周期工作流
- manual 手动工作流
10441 10442 10443 |
# File 'lib/v20210820/models.rb', line 10441 def IncludeCodeTemplate @IncludeCodeTemplate end |
#IncludeTask ⇒ Object
- cycle 周期工作流
- manual 手动工作流
10441 10442 10443 |
# File 'lib/v20210820/models.rb', line 10441 def IncludeTask @IncludeTask end |
#IncludeTaskFolder ⇒ Object
- cycle 周期工作流
- manual 手动工作流
10441 10442 10443 |
# File 'lib/v20210820/models.rb', line 10441 def IncludeTaskFolder @IncludeTaskFolder end |
#IncludeVirtualTask ⇒ Object
- cycle 周期工作流
- manual 手动工作流
10441 10442 10443 |
# File 'lib/v20210820/models.rb', line 10441 def IncludeVirtualTask @IncludeVirtualTask end |
#IncludeWorkflow ⇒ Object
- cycle 周期工作流
- manual 手动工作流
10441 10442 10443 |
# File 'lib/v20210820/models.rb', line 10441 def IncludeWorkflow @IncludeWorkflow end |
#Keyword ⇒ Object
- cycle 周期工作流
- manual 手动工作流
10441 10442 10443 |
# File 'lib/v20210820/models.rb', line 10441 def Keyword @Keyword end |
#NewFolderTreeMode ⇒ Object
- cycle 周期工作流
- manual 手动工作流
10441 10442 10443 |
# File 'lib/v20210820/models.rb', line 10441 def NewFolderTreeMode @NewFolderTreeMode end |
#OnlyMe ⇒ Object
- cycle 周期工作流
- manual 手动工作流
10441 10442 10443 |
# File 'lib/v20210820/models.rb', line 10441 def OnlyMe @OnlyMe end |
#ProjectId ⇒ Object
- cycle 周期工作流
- manual 手动工作流
10441 10442 10443 |
# File 'lib/v20210820/models.rb', line 10441 def ProjectId @ProjectId end |
#TaskFolderId ⇒ Object
- cycle 周期工作流
- manual 手动工作流
10441 10442 10443 |
# File 'lib/v20210820/models.rb', line 10441 def TaskFolderId @TaskFolderId end |
#TaskNodeId ⇒ Object
- cycle 周期工作流
- manual 手动工作流
10441 10442 10443 |
# File 'lib/v20210820/models.rb', line 10441 def TaskNodeId @TaskNodeId end |
#TaskTypeIdList ⇒ Object
- cycle 周期工作流
- manual 手动工作流
10441 10442 10443 |
# File 'lib/v20210820/models.rb', line 10441 def TaskTypeIdList @TaskTypeIdList end |
#WorkflowId ⇒ Object
- cycle 周期工作流
- manual 手动工作流
10441 10442 10443 |
# File 'lib/v20210820/models.rb', line 10441 def WorkflowId @WorkflowId end |
#WorkflowType ⇒ Object
- cycle 周期工作流
- manual 手动工作流
10441 10442 10443 |
# File 'lib/v20210820/models.rb', line 10441 def WorkflowType @WorkflowType end |
Instance Method Details
#deserialize(params) ⇒ Object
10465 10466 10467 10468 10469 10470 10471 10472 10473 10474 10475 10476 10477 10478 10479 10480 10481 10482 10483 10484 10485 |
# File 'lib/v20210820/models.rb', line 10465 def deserialize(params) @ProjectId = params['ProjectId'] @FirstLevelPull = params['FirstLevelPull'] @FolderId = params['FolderId'] @WorkflowId = params['WorkflowId'] @Keyword = params['Keyword'] @IncludeWorkflow = params['IncludeWorkflow'] @IncludeTask = params['IncludeTask'] @IncludeVirtualTask = params['IncludeVirtualTask'] @TaskFolderId = params['TaskFolderId'] @DisplayType = params['DisplayType'] @IncludeTaskFolder = params['IncludeTaskFolder'] @NewFolderTreeMode = params['NewFolderTreeMode'] @TaskNodeId = params['TaskNodeId'] @WorkflowType = params['WorkflowType'] @TaskTypeIdList = params['TaskTypeIdList'] @InChargeIdList = params['InChargeIdList'] @OnlyMe = params['OnlyMe'] @IncludeCodeTemplate = params['IncludeCodeTemplate'] @FolderForm = params['FolderForm'] end |