Class: TencentCloud::Wedata::V20250806::ListDataBackfillInstancesRequest

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

Overview

ListDataBackfillInstances请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ListDataBackfillInstancesRequest.



6510
6511
6512
6513
6514
6515
6516
# File 'lib/v20250806/models.rb', line 6510

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

Instance Attribute Details

#DataBackfillPlanIdObject

Parameters:

  • ProjectId:

    所属项目Id

  • DataBackfillPlanId:

    补录计划Id

  • TaskId:

    任务Id

  • PageNumber:

    页码

  • PageSize:

    分页大小



6508
6509
6510
# File 'lib/v20250806/models.rb', line 6508

def DataBackfillPlanId
  @DataBackfillPlanId
end

#PageNumberObject

Parameters:

  • ProjectId:

    所属项目Id

  • DataBackfillPlanId:

    补录计划Id

  • TaskId:

    任务Id

  • PageNumber:

    页码

  • PageSize:

    分页大小



6508
6509
6510
# File 'lib/v20250806/models.rb', line 6508

def PageNumber
  @PageNumber
end

#PageSizeObject

Parameters:

  • ProjectId:

    所属项目Id

  • DataBackfillPlanId:

    补录计划Id

  • TaskId:

    任务Id

  • PageNumber:

    页码

  • PageSize:

    分页大小



6508
6509
6510
# File 'lib/v20250806/models.rb', line 6508

def PageSize
  @PageSize
end

#ProjectIdObject

Parameters:

  • ProjectId:

    所属项目Id

  • DataBackfillPlanId:

    补录计划Id

  • TaskId:

    任务Id

  • PageNumber:

    页码

  • PageSize:

    分页大小



6508
6509
6510
# File 'lib/v20250806/models.rb', line 6508

def ProjectId
  @ProjectId
end

#TaskIdObject

Parameters:

  • ProjectId:

    所属项目Id

  • DataBackfillPlanId:

    补录计划Id

  • TaskId:

    任务Id

  • PageNumber:

    页码

  • PageSize:

    分页大小



6508
6509
6510
# File 'lib/v20250806/models.rb', line 6508

def TaskId
  @TaskId
end

Instance Method Details

#deserialize(params) ⇒ Object



6518
6519
6520
6521
6522
6523
6524
# File 'lib/v20250806/models.rb', line 6518

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