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.
12722 12723 12724 12725 12726 12727 12728 12729 12730 12731 12732 12733 12734 12735 12736 12737 12738 12739 12740 |
# File 'lib/v20210820/models.rb', line 12722 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
12720 12721 12722 |
# File 'lib/v20210820/models.rb', line 12720 def FolderIdList @FolderIdList end |
#InChargeList ⇒ Object
12720 12721 12722 |
# File 'lib/v20210820/models.rb', line 12720 def InChargeList @InChargeList end |
#KeyWord ⇒ Object
12720 12721 12722 |
# File 'lib/v20210820/models.rb', line 12720 def KeyWord @KeyWord end |
#PageNumber ⇒ Object
12720 12721 12722 |
# File 'lib/v20210820/models.rb', line 12720 def PageNumber @PageNumber end |
#PageSize ⇒ Object
12720 12721 12722 |
# File 'lib/v20210820/models.rb', line 12720 def PageSize @PageSize end |
#ProductNameList ⇒ Object
12720 12721 12722 |
# File 'lib/v20210820/models.rb', line 12720 def ProductNameList @ProductNameList end |
#ProjectId ⇒ Object
12720 12721 12722 |
# File 'lib/v20210820/models.rb', line 12720 def ProjectId @ProjectId end |
#ProjectIds ⇒ Object
12720 12721 12722 |
# File 'lib/v20210820/models.rb', line 12720 def ProjectIds @ProjectIds end |
#ScheduleTimeZone ⇒ Object
12720 12721 12722 |
# File 'lib/v20210820/models.rb', line 12720 def ScheduleTimeZone @ScheduleTimeZone end |
#SortItem ⇒ Object
12720 12721 12722 |
# File 'lib/v20210820/models.rb', line 12720 def SortItem @SortItem end |
#SortType ⇒ Object
12720 12721 12722 |
# File 'lib/v20210820/models.rb', line 12720 def SortType @SortType end |
#StatusList ⇒ Object
12720 12721 12722 |
# File 'lib/v20210820/models.rb', line 12720 def StatusList @StatusList end |
#TaskIdList ⇒ Object
12720 12721 12722 |
# File 'lib/v20210820/models.rb', line 12720 def TaskIdList @TaskIdList end |
#TaskNameList ⇒ Object
12720 12721 12722 |
# File 'lib/v20210820/models.rb', line 12720 def TaskNameList @TaskNameList end |
#WorkFlowIdList ⇒ Object
12720 12721 12722 |
# File 'lib/v20210820/models.rb', line 12720 def WorkFlowIdList @WorkFlowIdList end |
#WorkFlowNameList ⇒ Object
12720 12721 12722 |
# File 'lib/v20210820/models.rb', line 12720 def WorkFlowNameList @WorkFlowNameList end |
#WorkflowTypeList ⇒ Object
12720 12721 12722 |
# File 'lib/v20210820/models.rb', line 12720 def WorkflowTypeList @WorkflowTypeList end |
Instance Method Details
#deserialize(params) ⇒ Object
12742 12743 12744 12745 12746 12747 12748 12749 12750 12751 12752 12753 12754 12755 12756 12757 12758 12759 12760 |
# File 'lib/v20210820/models.rb', line 12742 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 |