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.



8998
8999
9000
9001
9002
9003
# File 'lib/v20210820/models.rb', line 8998

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



8996
8997
8998
# File 'lib/v20210820/models.rb', line 8996

def PageNumber
  @PageNumber
end

#PageSizeObject

Parameters:

  • ProjectId:

    项目ID

  • PlanId:

    补录计划ID

  • PageNumber:

    分页页码,默认值1

  • PageSize:

    分页大小,默认值10



8996
8997
8998
# File 'lib/v20210820/models.rb', line 8996

def PageSize
  @PageSize
end

#PlanIdObject

Parameters:

  • ProjectId:

    项目ID

  • PlanId:

    补录计划ID

  • PageNumber:

    分页页码,默认值1

  • PageSize:

    分页大小,默认值10



8996
8997
8998
# File 'lib/v20210820/models.rb', line 8996

def PlanId
  @PlanId
end

#ProjectIdObject

Parameters:

  • ProjectId:

    项目ID

  • PlanId:

    补录计划ID

  • PageNumber:

    分页页码,默认值1

  • PageSize:

    分页大小,默认值10



8996
8997
8998
# File 'lib/v20210820/models.rb', line 8996

def ProjectId
  @ProjectId
end

Instance Method Details

#deserialize(params) ⇒ Object



9005
9006
9007
9008
9009
9010
# File 'lib/v20210820/models.rb', line 9005

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