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.
9929 9930 9931 9932 9933 9934 9935 9936 9937 9938 9939 9940 9941 9942 9943 9944 9945 9946 9947 9948 9949 |
# File 'lib/v20210820/models.rb', line 9929 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 手动工作流
9927 9928 9929 |
# File 'lib/v20210820/models.rb', line 9927 def DisplayType @DisplayType end |
#FirstLevelPull ⇒ Object
-
cycle 周期工作流
-
manual 手动工作流
9927 9928 9929 |
# File 'lib/v20210820/models.rb', line 9927 def FirstLevelPull @FirstLevelPull end |
#FolderForm ⇒ Object
-
cycle 周期工作流
-
manual 手动工作流
9927 9928 9929 |
# File 'lib/v20210820/models.rb', line 9927 def FolderForm @FolderForm end |
#FolderId ⇒ Object
-
cycle 周期工作流
-
manual 手动工作流
9927 9928 9929 |
# File 'lib/v20210820/models.rb', line 9927 def FolderId @FolderId end |
#InChargeIdList ⇒ Object
-
cycle 周期工作流
-
manual 手动工作流
9927 9928 9929 |
# File 'lib/v20210820/models.rb', line 9927 def InChargeIdList @InChargeIdList end |
#IncludeCodeTemplate ⇒ Object
-
cycle 周期工作流
-
manual 手动工作流
9927 9928 9929 |
# File 'lib/v20210820/models.rb', line 9927 def IncludeCodeTemplate @IncludeCodeTemplate end |
#IncludeTask ⇒ Object
-
cycle 周期工作流
-
manual 手动工作流
9927 9928 9929 |
# File 'lib/v20210820/models.rb', line 9927 def IncludeTask @IncludeTask end |
#IncludeTaskFolder ⇒ Object
-
cycle 周期工作流
-
manual 手动工作流
9927 9928 9929 |
# File 'lib/v20210820/models.rb', line 9927 def IncludeTaskFolder @IncludeTaskFolder end |
#IncludeVirtualTask ⇒ Object
-
cycle 周期工作流
-
manual 手动工作流
9927 9928 9929 |
# File 'lib/v20210820/models.rb', line 9927 def IncludeVirtualTask @IncludeVirtualTask end |
#IncludeWorkflow ⇒ Object
-
cycle 周期工作流
-
manual 手动工作流
9927 9928 9929 |
# File 'lib/v20210820/models.rb', line 9927 def IncludeWorkflow @IncludeWorkflow end |
#Keyword ⇒ Object
-
cycle 周期工作流
-
manual 手动工作流
9927 9928 9929 |
# File 'lib/v20210820/models.rb', line 9927 def Keyword @Keyword end |
#NewFolderTreeMode ⇒ Object
-
cycle 周期工作流
-
manual 手动工作流
9927 9928 9929 |
# File 'lib/v20210820/models.rb', line 9927 def NewFolderTreeMode @NewFolderTreeMode end |
#OnlyMe ⇒ Object
-
cycle 周期工作流
-
manual 手动工作流
9927 9928 9929 |
# File 'lib/v20210820/models.rb', line 9927 def OnlyMe @OnlyMe end |
#ProjectId ⇒ Object
-
cycle 周期工作流
-
manual 手动工作流
9927 9928 9929 |
# File 'lib/v20210820/models.rb', line 9927 def ProjectId @ProjectId end |
#TaskFolderId ⇒ Object
-
cycle 周期工作流
-
manual 手动工作流
9927 9928 9929 |
# File 'lib/v20210820/models.rb', line 9927 def TaskFolderId @TaskFolderId end |
#TaskNodeId ⇒ Object
-
cycle 周期工作流
-
manual 手动工作流
9927 9928 9929 |
# File 'lib/v20210820/models.rb', line 9927 def TaskNodeId @TaskNodeId end |
#TaskTypeIdList ⇒ Object
-
cycle 周期工作流
-
manual 手动工作流
9927 9928 9929 |
# File 'lib/v20210820/models.rb', line 9927 def TaskTypeIdList @TaskTypeIdList end |
#WorkflowId ⇒ Object
-
cycle 周期工作流
-
manual 手动工作流
9927 9928 9929 |
# File 'lib/v20210820/models.rb', line 9927 def WorkflowId @WorkflowId end |
#WorkflowType ⇒ Object
-
cycle 周期工作流
-
manual 手动工作流
9927 9928 9929 |
# File 'lib/v20210820/models.rb', line 9927 def WorkflowType @WorkflowType end |
Instance Method Details
#deserialize(params) ⇒ Object
9951 9952 9953 9954 9955 9956 9957 9958 9959 9960 9961 9962 9963 9964 9965 9966 9967 9968 9969 9970 9971 |
# File 'lib/v20210820/models.rb', line 9951 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 |