Class: TencentCloud::Wedata::V20210820::DescribeOpsMakePlanTasksRequest

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

Overview

DescribeOpsMakePlanTasks请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(projectid = nil, planid = nil, pagenumber = nil, pagesize = nil) ⇒ DescribeOpsMakePlanTasksRequest

Returns a new instance of DescribeOpsMakePlanTasksRequest.



9174
9175
9176
9177
9178
9179
# File 'lib/v20210820/models.rb', line 9174

def initialize(projectid=nil, planid=nil, pagenumber=nil, pagesize=nil)
  @ProjectId = projectid
  @PlanId = planid
  @PageNumber = pagenumber
  @PageSize = pagesize
end

Instance Attribute Details

#PageNumberObject

Parameters:

  • ProjectId:

    项目ID

  • PlanId:

    补录计划ID

  • PageNumber:

    分页页码,默认值1

  • PageSize:

    分页大小,默认值10



9172
9173
9174
# File 'lib/v20210820/models.rb', line 9172

def PageNumber
  @PageNumber
end

#PageSizeObject

Parameters:

  • ProjectId:

    项目ID

  • PlanId:

    补录计划ID

  • PageNumber:

    分页页码,默认值1

  • PageSize:

    分页大小,默认值10



9172
9173
9174
# File 'lib/v20210820/models.rb', line 9172

def PageSize
  @PageSize
end

#PlanIdObject

Parameters:

  • ProjectId:

    项目ID

  • PlanId:

    补录计划ID

  • PageNumber:

    分页页码,默认值1

  • PageSize:

    分页大小,默认值10



9172
9173
9174
# File 'lib/v20210820/models.rb', line 9172

def PlanId
  @PlanId
end

#ProjectIdObject

Parameters:

  • ProjectId:

    项目ID

  • PlanId:

    补录计划ID

  • PageNumber:

    分页页码,默认值1

  • PageSize:

    分页大小,默认值10



9172
9173
9174
# File 'lib/v20210820/models.rb', line 9172

def ProjectId
  @ProjectId
end

Instance Method Details

#deserialize(params) ⇒ Object



9181
9182
9183
9184
9185
9186
# File 'lib/v20210820/models.rb', line 9181

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