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.



4028
4029
4030
4031
4032
4033
4034
# File 'lib/v20250806/models.rb', line 4028

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:

    分页大小



4026
4027
4028
# File 'lib/v20250806/models.rb', line 4026

def DataBackfillPlanId
  @DataBackfillPlanId
end

#PageNumberObject

Parameters:

  • ProjectId:

    所属项目Id

  • DataBackfillPlanId:

    补录计划Id

  • TaskId:

    任务Id

  • PageNumber:

    页码

  • PageSize:

    分页大小



4026
4027
4028
# File 'lib/v20250806/models.rb', line 4026

def PageNumber
  @PageNumber
end

#PageSizeObject

Parameters:

  • ProjectId:

    所属项目Id

  • DataBackfillPlanId:

    补录计划Id

  • TaskId:

    任务Id

  • PageNumber:

    页码

  • PageSize:

    分页大小



4026
4027
4028
# File 'lib/v20250806/models.rb', line 4026

def PageSize
  @PageSize
end

#ProjectIdObject

Parameters:

  • ProjectId:

    所属项目Id

  • DataBackfillPlanId:

    补录计划Id

  • TaskId:

    任务Id

  • PageNumber:

    页码

  • PageSize:

    分页大小



4026
4027
4028
# File 'lib/v20250806/models.rb', line 4026

def ProjectId
  @ProjectId
end

#TaskIdObject

Parameters:

  • ProjectId:

    所属项目Id

  • DataBackfillPlanId:

    补录计划Id

  • TaskId:

    任务Id

  • PageNumber:

    页码

  • PageSize:

    分页大小



4026
4027
4028
# File 'lib/v20250806/models.rb', line 4026

def TaskId
  @TaskId
end

Instance Method Details

#deserialize(params) ⇒ Object



4036
4037
4038
4039
4040
4041
4042
# File 'lib/v20250806/models.rb', line 4036

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