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.
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
#DataBackfillPlanId ⇒ Object
4026 4027 4028 |
# File 'lib/v20250806/models.rb', line 4026 def DataBackfillPlanId @DataBackfillPlanId end |
#PageNumber ⇒ Object
4026 4027 4028 |
# File 'lib/v20250806/models.rb', line 4026 def PageNumber @PageNumber end |
#PageSize ⇒ Object
4026 4027 4028 |
# File 'lib/v20250806/models.rb', line 4026 def PageSize @PageSize end |
#ProjectId ⇒ Object
4026 4027 4028 |
# File 'lib/v20250806/models.rb', line 4026 def ProjectId @ProjectId end |
#TaskId ⇒ Object
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 |