Class: TencentCloud::Wedata::V20210820::DescribeOpsWorkflowsRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::DescribeOpsWorkflowsRequest
- Defined in:
- lib/v20210820/models.rb
Overview
DescribeOpsWorkflows请求参数结构体
Instance Attribute Summary collapse
- #FolderIdList ⇒ Object
- #InChargeList ⇒ Object
- #KeyWord ⇒ Object
- #PageNumber ⇒ Object
- #PageSize ⇒ Object
- #ProductNameList ⇒ Object
- #ProjectId ⇒ Object
- #ProjectIds ⇒ Object
- #ScheduleTimeZone ⇒ Object
- #SortItem ⇒ Object
- #SortType ⇒ Object
- #StatusList ⇒ Object
- #TaskIdList ⇒ Object
- #TaskNameList ⇒ Object
- #WorkFlowIdList ⇒ Object
- #WorkFlowNameList ⇒ Object
- #WorkflowTypeList ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(projectid = nil, productnamelist = nil, folderidlist = nil, workflowidlist = nil, workflownamelist = nil, tasknamelist = nil, taskidlist = nil, statuslist = nil, inchargelist = nil, pagenumber = nil, pagesize = nil, sortitem = nil, sorttype = nil, projectids = nil, workflowtypelist = nil, keyword = nil, scheduletimezone = nil) ⇒ DescribeOpsWorkflowsRequest
constructor
A new instance of DescribeOpsWorkflowsRequest.
Constructor Details
#initialize(projectid = nil, productnamelist = nil, folderidlist = nil, workflowidlist = nil, workflownamelist = nil, tasknamelist = nil, taskidlist = nil, statuslist = nil, inchargelist = nil, pagenumber = nil, pagesize = nil, sortitem = nil, sorttype = nil, projectids = nil, workflowtypelist = nil, keyword = nil, scheduletimezone = nil) ⇒ DescribeOpsWorkflowsRequest
Returns a new instance of DescribeOpsWorkflowsRequest.
12652 12653 12654 12655 12656 12657 12658 12659 12660 12661 12662 12663 12664 12665 12666 12667 12668 12669 12670 |
# File 'lib/v20210820/models.rb', line 12652 def initialize(projectid=nil, productnamelist=nil, folderidlist=nil, workflowidlist=nil, workflownamelist=nil, tasknamelist=nil, taskidlist=nil, statuslist=nil, inchargelist=nil, pagenumber=nil, pagesize=nil, sortitem=nil, sorttype=nil, projectids=nil, workflowtypelist=nil, keyword=nil, scheduletimezone=nil) @ProjectId = projectid @ProductNameList = productnamelist @FolderIdList = folderidlist @WorkFlowIdList = workflowidlist @WorkFlowNameList = workflownamelist @TaskNameList = tasknamelist @TaskIdList = taskidlist @StatusList = statuslist @InChargeList = inchargelist @PageNumber = pagenumber @PageSize = pagesize @SortItem = sortitem @SortType = sorttype @ProjectIds = projectids @WorkflowTypeList = workflowtypelist @KeyWord = keyword @ScheduleTimeZone = scheduletimezone end |
Instance Attribute Details
#FolderIdList ⇒ Object
12650 12651 12652 |
# File 'lib/v20210820/models.rb', line 12650 def FolderIdList @FolderIdList end |
#InChargeList ⇒ Object
12650 12651 12652 |
# File 'lib/v20210820/models.rb', line 12650 def InChargeList @InChargeList end |
#KeyWord ⇒ Object
12650 12651 12652 |
# File 'lib/v20210820/models.rb', line 12650 def KeyWord @KeyWord end |
#PageNumber ⇒ Object
12650 12651 12652 |
# File 'lib/v20210820/models.rb', line 12650 def PageNumber @PageNumber end |
#PageSize ⇒ Object
12650 12651 12652 |
# File 'lib/v20210820/models.rb', line 12650 def PageSize @PageSize end |
#ProductNameList ⇒ Object
12650 12651 12652 |
# File 'lib/v20210820/models.rb', line 12650 def ProductNameList @ProductNameList end |
#ProjectId ⇒ Object
12650 12651 12652 |
# File 'lib/v20210820/models.rb', line 12650 def ProjectId @ProjectId end |
#ProjectIds ⇒ Object
12650 12651 12652 |
# File 'lib/v20210820/models.rb', line 12650 def ProjectIds @ProjectIds end |
#ScheduleTimeZone ⇒ Object
12650 12651 12652 |
# File 'lib/v20210820/models.rb', line 12650 def ScheduleTimeZone @ScheduleTimeZone end |
#SortItem ⇒ Object
12650 12651 12652 |
# File 'lib/v20210820/models.rb', line 12650 def SortItem @SortItem end |
#SortType ⇒ Object
12650 12651 12652 |
# File 'lib/v20210820/models.rb', line 12650 def SortType @SortType end |
#StatusList ⇒ Object
12650 12651 12652 |
# File 'lib/v20210820/models.rb', line 12650 def StatusList @StatusList end |
#TaskIdList ⇒ Object
12650 12651 12652 |
# File 'lib/v20210820/models.rb', line 12650 def TaskIdList @TaskIdList end |
#TaskNameList ⇒ Object
12650 12651 12652 |
# File 'lib/v20210820/models.rb', line 12650 def TaskNameList @TaskNameList end |
#WorkFlowIdList ⇒ Object
12650 12651 12652 |
# File 'lib/v20210820/models.rb', line 12650 def WorkFlowIdList @WorkFlowIdList end |
#WorkFlowNameList ⇒ Object
12650 12651 12652 |
# File 'lib/v20210820/models.rb', line 12650 def WorkFlowNameList @WorkFlowNameList end |
#WorkflowTypeList ⇒ Object
12650 12651 12652 |
# File 'lib/v20210820/models.rb', line 12650 def WorkflowTypeList @WorkflowTypeList end |
Instance Method Details
#deserialize(params) ⇒ Object
12672 12673 12674 12675 12676 12677 12678 12679 12680 12681 12682 12683 12684 12685 12686 12687 12688 12689 12690 |
# File 'lib/v20210820/models.rb', line 12672 def deserialize(params) @ProjectId = params['ProjectId'] @ProductNameList = params['ProductNameList'] @FolderIdList = params['FolderIdList'] @WorkFlowIdList = params['WorkFlowIdList'] @WorkFlowNameList = params['WorkFlowNameList'] @TaskNameList = params['TaskNameList'] @TaskIdList = params['TaskIdList'] @StatusList = params['StatusList'] @InChargeList = params['InChargeList'] @PageNumber = params['PageNumber'] @PageSize = params['PageSize'] @SortItem = params['SortItem'] @SortType = params['SortType'] @ProjectIds = params['ProjectIds'] @WorkflowTypeList = params['WorkflowTypeList'] @KeyWord = params['KeyWord'] @ScheduleTimeZone = params['ScheduleTimeZone'] end |