Class: TencentCloud::Wedata::V20250806::ListDataBackfillInstancesRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20250806::ListDataBackfillInstancesRequest
- Defined in:
- lib/v20250806/models.rb
Overview
ListDataBackfillInstances请求参数结构体
Instance Attribute Summary collapse
- #DataBackfillPlanId ⇒ Object
- #PageNumber ⇒ Object
- #PageSize ⇒ Object
- #ProjectId ⇒ Object
- #TaskId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(projectid = nil, databackfillplanid = nil, taskid = nil, pagenumber = nil, pagesize = nil) ⇒ ListDataBackfillInstancesRequest
constructor
A new instance of ListDataBackfillInstancesRequest.
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
#DataBackfillPlanId ⇒ Object
6508 6509 6510 |
# File 'lib/v20250806/models.rb', line 6508 def DataBackfillPlanId @DataBackfillPlanId end |
#PageNumber ⇒ Object
6508 6509 6510 |
# File 'lib/v20250806/models.rb', line 6508 def PageNumber @PageNumber end |
#PageSize ⇒ Object
6508 6509 6510 |
# File 'lib/v20250806/models.rb', line 6508 def PageSize @PageSize end |
#ProjectId ⇒ Object
6508 6509 6510 |
# File 'lib/v20250806/models.rb', line 6508 def ProjectId @ProjectId end |
#TaskId ⇒ Object
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 |