Class: TencentCloud::Wedata::V20210820::DescribeOpsMakePlanInstancesRequest

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

Overview

DescribeOpsMakePlanInstances请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of DescribeOpsMakePlanInstancesRequest.



8944
8945
8946
8947
8948
8949
8950
# File 'lib/v20210820/models.rb', line 8944

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

Instance Attribute Details

#PageNumberObject

Parameters:

  • ProjectId:

    项目ID

  • PlanId:

    补录计划ID

  • TaskId:

    补录任务ID

  • PageNumber:

    分页页码,默认值1

  • PageSize:

    分页大小,默认值10



8942
8943
8944
# File 'lib/v20210820/models.rb', line 8942

def PageNumber
  @PageNumber
end

#PageSizeObject

Parameters:

  • ProjectId:

    项目ID

  • PlanId:

    补录计划ID

  • TaskId:

    补录任务ID

  • PageNumber:

    分页页码,默认值1

  • PageSize:

    分页大小,默认值10



8942
8943
8944
# File 'lib/v20210820/models.rb', line 8942

def PageSize
  @PageSize
end

#PlanIdObject

Parameters:

  • ProjectId:

    项目ID

  • PlanId:

    补录计划ID

  • TaskId:

    补录任务ID

  • PageNumber:

    分页页码,默认值1

  • PageSize:

    分页大小,默认值10



8942
8943
8944
# File 'lib/v20210820/models.rb', line 8942

def PlanId
  @PlanId
end

#ProjectIdObject

Parameters:

  • ProjectId:

    项目ID

  • PlanId:

    补录计划ID

  • TaskId:

    补录任务ID

  • PageNumber:

    分页页码,默认值1

  • PageSize:

    分页大小,默认值10



8942
8943
8944
# File 'lib/v20210820/models.rb', line 8942

def ProjectId
  @ProjectId
end

#TaskIdObject

Parameters:

  • ProjectId:

    项目ID

  • PlanId:

    补录计划ID

  • TaskId:

    补录任务ID

  • PageNumber:

    分页页码,默认值1

  • PageSize:

    分页大小,默认值10



8942
8943
8944
# File 'lib/v20210820/models.rb', line 8942

def TaskId
  @TaskId
end

Instance Method Details

#deserialize(params) ⇒ Object



8952
8953
8954
8955
8956
8957
8958
# File 'lib/v20210820/models.rb', line 8952

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