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.



9320
9321
9322
9323
9324
9325
9326
9327
9328
9329
9330
9331
9332
9333
9334
# File 'lib/v20210820/models.rb', line 9320

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



9318
9319
9320
# File 'lib/v20210820/models.rb', line 9318

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



9318
9319
9320
# File 'lib/v20210820/models.rb', line 9318

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



9318
9319
9320
# File 'lib/v20210820/models.rb', line 9318

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



9318
9319
9320
# File 'lib/v20210820/models.rb', line 9318

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



9318
9319
9320
# File 'lib/v20210820/models.rb', line 9318

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



9318
9319
9320
# File 'lib/v20210820/models.rb', line 9318

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



9318
9319
9320
# File 'lib/v20210820/models.rb', line 9318

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



9318
9319
9320
# File 'lib/v20210820/models.rb', line 9318

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



9318
9319
9320
# File 'lib/v20210820/models.rb', line 9318

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



9318
9319
9320
# File 'lib/v20210820/models.rb', line 9318

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



9318
9319
9320
# File 'lib/v20210820/models.rb', line 9318

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



9318
9319
9320
# File 'lib/v20210820/models.rb', line 9318

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



9318
9319
9320
# File 'lib/v20210820/models.rb', line 9318

def WorkFlowNameList
  @WorkFlowNameList
end

Instance Method Details

#deserialize(params) ⇒ Object



9336
9337
9338
9339
9340
9341
9342
9343
9344
9345
9346
9347
9348
9349
9350
# File 'lib/v20210820/models.rb', line 9336

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