Class: TencentCloud::Wedata::V20250806::ListUpstreamTasksRequest

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

Overview

ListUpstreamTasks请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(projectid = nil, taskid = nil, pagenumber = nil, pagesize = nil) ⇒ ListUpstreamTasksRequest

Returns a new instance of ListUpstreamTasksRequest.



5388
5389
5390
5391
5392
5393
# File 'lib/v20250806/models.rb', line 5388

def initialize(projectid=nil, taskid=nil, pagenumber=nil, pagesize=nil)
  @ProjectId = projectid
  @TaskId = taskid
  @PageNumber = pagenumber
  @PageSize = pagesize
end

Instance Attribute Details

#PageNumberObject

Parameters:

  • ProjectId:

    项目Id

  • TaskId:

    任务Id

  • PageNumber:

    请求的数据页数。默认值为1,取值大于等于1。

  • PageSize:

    请求的数据页数。默认值为1,取值大于等于1。



5386
5387
5388
# File 'lib/v20250806/models.rb', line 5386

def PageNumber
  @PageNumber
end

#PageSizeObject

Parameters:

  • ProjectId:

    项目Id

  • TaskId:

    任务Id

  • PageNumber:

    请求的数据页数。默认值为1,取值大于等于1。

  • PageSize:

    请求的数据页数。默认值为1,取值大于等于1。



5386
5387
5388
# File 'lib/v20250806/models.rb', line 5386

def PageSize
  @PageSize
end

#ProjectIdObject

Parameters:

  • ProjectId:

    项目Id

  • TaskId:

    任务Id

  • PageNumber:

    请求的数据页数。默认值为1,取值大于等于1。

  • PageSize:

    请求的数据页数。默认值为1,取值大于等于1。



5386
5387
5388
# File 'lib/v20250806/models.rb', line 5386

def ProjectId
  @ProjectId
end

#TaskIdObject

Parameters:

  • ProjectId:

    项目Id

  • TaskId:

    任务Id

  • PageNumber:

    请求的数据页数。默认值为1,取值大于等于1。

  • PageSize:

    请求的数据页数。默认值为1,取值大于等于1。



5386
5387
5388
# File 'lib/v20250806/models.rb', line 5386

def TaskId
  @TaskId
end

Instance Method Details

#deserialize(params) ⇒ Object



5395
5396
5397
5398
5399
5400
# File 'lib/v20250806/models.rb', line 5395

def deserialize(params)
  @ProjectId = params['ProjectId']
  @TaskId = params['TaskId']
  @PageNumber = params['PageNumber']
  @PageSize = params['PageSize']
end