Class: TencentCloud::Wedata::V20210820::DescribeOpsWorkflowsRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20210820/models.rb

Overview

DescribeOpsWorkflows请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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) ⇒ DescribeOpsWorkflowsRequest

Returns a new instance of DescribeOpsWorkflowsRequest.



9144
9145
9146
9147
9148
9149
9150
9151
9152
9153
9154
9155
9156
9157
9158
# File 'lib/v20210820/models.rb', line 9144

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)
  @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
end

Instance Attribute Details

#FolderIdListObject

Parameters:

  • ProjectId:

    项目id

  • ProductNameList:

    任务产品类型名称列表,以 ‘,’ 号分割

  • FolderIdList:

    文件id列表,以 ‘,’ 号分割

  • WorkFlowIdList:

    工作流id,以 ‘,’ 号分割

  • WorkFlowNameList:

    工作流名称列表,以 ‘,’ 号分割

  • TaskNameList:

    任务名称列表,以 ‘,’ 号分割

  • TaskIdList:

    任务id列表,以 ‘,’ 号分割

  • StatusList:

    状态列表,以 ‘,’ 号分割

  • InChargeList:

    负责人列表,以 ‘,’ 号分割

  • PageNumber:

    分页页码

  • PageSize:

    分页大小

  • SortItem:

    排序项

  • SortType:

    排序方式,DESC或ASC



9142
9143
9144
# File 'lib/v20210820/models.rb', line 9142

def FolderIdList
  @FolderIdList
end

#InChargeListObject

Parameters:

  • ProjectId:

    项目id

  • ProductNameList:

    任务产品类型名称列表,以 ‘,’ 号分割

  • FolderIdList:

    文件id列表,以 ‘,’ 号分割

  • WorkFlowIdList:

    工作流id,以 ‘,’ 号分割

  • WorkFlowNameList:

    工作流名称列表,以 ‘,’ 号分割

  • TaskNameList:

    任务名称列表,以 ‘,’ 号分割

  • TaskIdList:

    任务id列表,以 ‘,’ 号分割

  • StatusList:

    状态列表,以 ‘,’ 号分割

  • InChargeList:

    负责人列表,以 ‘,’ 号分割

  • PageNumber:

    分页页码

  • PageSize:

    分页大小

  • SortItem:

    排序项

  • SortType:

    排序方式,DESC或ASC



9142
9143
9144
# File 'lib/v20210820/models.rb', line 9142

def InChargeList
  @InChargeList
end

#PageNumberObject

Parameters:

  • ProjectId:

    项目id

  • ProductNameList:

    任务产品类型名称列表,以 ‘,’ 号分割

  • FolderIdList:

    文件id列表,以 ‘,’ 号分割

  • WorkFlowIdList:

    工作流id,以 ‘,’ 号分割

  • WorkFlowNameList:

    工作流名称列表,以 ‘,’ 号分割

  • TaskNameList:

    任务名称列表,以 ‘,’ 号分割

  • TaskIdList:

    任务id列表,以 ‘,’ 号分割

  • StatusList:

    状态列表,以 ‘,’ 号分割

  • InChargeList:

    负责人列表,以 ‘,’ 号分割

  • PageNumber:

    分页页码

  • PageSize:

    分页大小

  • SortItem:

    排序项

  • SortType:

    排序方式,DESC或ASC



9142
9143
9144
# File 'lib/v20210820/models.rb', line 9142

def PageNumber
  @PageNumber
end

#PageSizeObject

Parameters:

  • ProjectId:

    项目id

  • ProductNameList:

    任务产品类型名称列表,以 ‘,’ 号分割

  • FolderIdList:

    文件id列表,以 ‘,’ 号分割

  • WorkFlowIdList:

    工作流id,以 ‘,’ 号分割

  • WorkFlowNameList:

    工作流名称列表,以 ‘,’ 号分割

  • TaskNameList:

    任务名称列表,以 ‘,’ 号分割

  • TaskIdList:

    任务id列表,以 ‘,’ 号分割

  • StatusList:

    状态列表,以 ‘,’ 号分割

  • InChargeList:

    负责人列表,以 ‘,’ 号分割

  • PageNumber:

    分页页码

  • PageSize:

    分页大小

  • SortItem:

    排序项

  • SortType:

    排序方式,DESC或ASC



9142
9143
9144
# File 'lib/v20210820/models.rb', line 9142

def PageSize
  @PageSize
end

#ProductNameListObject

Parameters:

  • ProjectId:

    项目id

  • ProductNameList:

    任务产品类型名称列表,以 ‘,’ 号分割

  • FolderIdList:

    文件id列表,以 ‘,’ 号分割

  • WorkFlowIdList:

    工作流id,以 ‘,’ 号分割

  • WorkFlowNameList:

    工作流名称列表,以 ‘,’ 号分割

  • TaskNameList:

    任务名称列表,以 ‘,’ 号分割

  • TaskIdList:

    任务id列表,以 ‘,’ 号分割

  • StatusList:

    状态列表,以 ‘,’ 号分割

  • InChargeList:

    负责人列表,以 ‘,’ 号分割

  • PageNumber:

    分页页码

  • PageSize:

    分页大小

  • SortItem:

    排序项

  • SortType:

    排序方式,DESC或ASC



9142
9143
9144
# File 'lib/v20210820/models.rb', line 9142

def ProductNameList
  @ProductNameList
end

#ProjectIdObject

Parameters:

  • ProjectId:

    项目id

  • ProductNameList:

    任务产品类型名称列表,以 ‘,’ 号分割

  • FolderIdList:

    文件id列表,以 ‘,’ 号分割

  • WorkFlowIdList:

    工作流id,以 ‘,’ 号分割

  • WorkFlowNameList:

    工作流名称列表,以 ‘,’ 号分割

  • TaskNameList:

    任务名称列表,以 ‘,’ 号分割

  • TaskIdList:

    任务id列表,以 ‘,’ 号分割

  • StatusList:

    状态列表,以 ‘,’ 号分割

  • InChargeList:

    负责人列表,以 ‘,’ 号分割

  • PageNumber:

    分页页码

  • PageSize:

    分页大小

  • SortItem:

    排序项

  • SortType:

    排序方式,DESC或ASC



9142
9143
9144
# File 'lib/v20210820/models.rb', line 9142

def ProjectId
  @ProjectId
end

#SortItemObject

Parameters:

  • ProjectId:

    项目id

  • ProductNameList:

    任务产品类型名称列表,以 ‘,’ 号分割

  • FolderIdList:

    文件id列表,以 ‘,’ 号分割

  • WorkFlowIdList:

    工作流id,以 ‘,’ 号分割

  • WorkFlowNameList:

    工作流名称列表,以 ‘,’ 号分割

  • TaskNameList:

    任务名称列表,以 ‘,’ 号分割

  • TaskIdList:

    任务id列表,以 ‘,’ 号分割

  • StatusList:

    状态列表,以 ‘,’ 号分割

  • InChargeList:

    负责人列表,以 ‘,’ 号分割

  • PageNumber:

    分页页码

  • PageSize:

    分页大小

  • SortItem:

    排序项

  • SortType:

    排序方式,DESC或ASC



9142
9143
9144
# File 'lib/v20210820/models.rb', line 9142

def SortItem
  @SortItem
end

#SortTypeObject

Parameters:

  • ProjectId:

    项目id

  • ProductNameList:

    任务产品类型名称列表,以 ‘,’ 号分割

  • FolderIdList:

    文件id列表,以 ‘,’ 号分割

  • WorkFlowIdList:

    工作流id,以 ‘,’ 号分割

  • WorkFlowNameList:

    工作流名称列表,以 ‘,’ 号分割

  • TaskNameList:

    任务名称列表,以 ‘,’ 号分割

  • TaskIdList:

    任务id列表,以 ‘,’ 号分割

  • StatusList:

    状态列表,以 ‘,’ 号分割

  • InChargeList:

    负责人列表,以 ‘,’ 号分割

  • PageNumber:

    分页页码

  • PageSize:

    分页大小

  • SortItem:

    排序项

  • SortType:

    排序方式,DESC或ASC



9142
9143
9144
# File 'lib/v20210820/models.rb', line 9142

def SortType
  @SortType
end

#StatusListObject

Parameters:

  • ProjectId:

    项目id

  • ProductNameList:

    任务产品类型名称列表,以 ‘,’ 号分割

  • FolderIdList:

    文件id列表,以 ‘,’ 号分割

  • WorkFlowIdList:

    工作流id,以 ‘,’ 号分割

  • WorkFlowNameList:

    工作流名称列表,以 ‘,’ 号分割

  • TaskNameList:

    任务名称列表,以 ‘,’ 号分割

  • TaskIdList:

    任务id列表,以 ‘,’ 号分割

  • StatusList:

    状态列表,以 ‘,’ 号分割

  • InChargeList:

    负责人列表,以 ‘,’ 号分割

  • PageNumber:

    分页页码

  • PageSize:

    分页大小

  • SortItem:

    排序项

  • SortType:

    排序方式,DESC或ASC



9142
9143
9144
# File 'lib/v20210820/models.rb', line 9142

def StatusList
  @StatusList
end

#TaskIdListObject

Parameters:

  • ProjectId:

    项目id

  • ProductNameList:

    任务产品类型名称列表,以 ‘,’ 号分割

  • FolderIdList:

    文件id列表,以 ‘,’ 号分割

  • WorkFlowIdList:

    工作流id,以 ‘,’ 号分割

  • WorkFlowNameList:

    工作流名称列表,以 ‘,’ 号分割

  • TaskNameList:

    任务名称列表,以 ‘,’ 号分割

  • TaskIdList:

    任务id列表,以 ‘,’ 号分割

  • StatusList:

    状态列表,以 ‘,’ 号分割

  • InChargeList:

    负责人列表,以 ‘,’ 号分割

  • PageNumber:

    分页页码

  • PageSize:

    分页大小

  • SortItem:

    排序项

  • SortType:

    排序方式,DESC或ASC



9142
9143
9144
# File 'lib/v20210820/models.rb', line 9142

def TaskIdList
  @TaskIdList
end

#TaskNameListObject

Parameters:

  • ProjectId:

    项目id

  • ProductNameList:

    任务产品类型名称列表,以 ‘,’ 号分割

  • FolderIdList:

    文件id列表,以 ‘,’ 号分割

  • WorkFlowIdList:

    工作流id,以 ‘,’ 号分割

  • WorkFlowNameList:

    工作流名称列表,以 ‘,’ 号分割

  • TaskNameList:

    任务名称列表,以 ‘,’ 号分割

  • TaskIdList:

    任务id列表,以 ‘,’ 号分割

  • StatusList:

    状态列表,以 ‘,’ 号分割

  • InChargeList:

    负责人列表,以 ‘,’ 号分割

  • PageNumber:

    分页页码

  • PageSize:

    分页大小

  • SortItem:

    排序项

  • SortType:

    排序方式,DESC或ASC



9142
9143
9144
# File 'lib/v20210820/models.rb', line 9142

def TaskNameList
  @TaskNameList
end

#WorkFlowIdListObject

Parameters:

  • ProjectId:

    项目id

  • ProductNameList:

    任务产品类型名称列表,以 ‘,’ 号分割

  • FolderIdList:

    文件id列表,以 ‘,’ 号分割

  • WorkFlowIdList:

    工作流id,以 ‘,’ 号分割

  • WorkFlowNameList:

    工作流名称列表,以 ‘,’ 号分割

  • TaskNameList:

    任务名称列表,以 ‘,’ 号分割

  • TaskIdList:

    任务id列表,以 ‘,’ 号分割

  • StatusList:

    状态列表,以 ‘,’ 号分割

  • InChargeList:

    负责人列表,以 ‘,’ 号分割

  • PageNumber:

    分页页码

  • PageSize:

    分页大小

  • SortItem:

    排序项

  • SortType:

    排序方式,DESC或ASC



9142
9143
9144
# File 'lib/v20210820/models.rb', line 9142

def WorkFlowIdList
  @WorkFlowIdList
end

#WorkFlowNameListObject

Parameters:

  • ProjectId:

    项目id

  • ProductNameList:

    任务产品类型名称列表,以 ‘,’ 号分割

  • FolderIdList:

    文件id列表,以 ‘,’ 号分割

  • WorkFlowIdList:

    工作流id,以 ‘,’ 号分割

  • WorkFlowNameList:

    工作流名称列表,以 ‘,’ 号分割

  • TaskNameList:

    任务名称列表,以 ‘,’ 号分割

  • TaskIdList:

    任务id列表,以 ‘,’ 号分割

  • StatusList:

    状态列表,以 ‘,’ 号分割

  • InChargeList:

    负责人列表,以 ‘,’ 号分割

  • PageNumber:

    分页页码

  • PageSize:

    分页大小

  • SortItem:

    排序项

  • SortType:

    排序方式,DESC或ASC



9142
9143
9144
# File 'lib/v20210820/models.rb', line 9142

def WorkFlowNameList
  @WorkFlowNameList
end

Instance Method Details

#deserialize(params) ⇒ Object



9160
9161
9162
9163
9164
9165
9166
9167
9168
9169
9170
9171
9172
9173
9174
# File 'lib/v20210820/models.rb', line 9160

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']
end