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, statelist = nil) ⇒ DescribeOpsMakePlanInstancesRequest

Returns a new instance of DescribeOpsMakePlanInstancesRequest.



12500
12501
12502
12503
12504
12505
12506
12507
# File 'lib/v20210820/models.rb', line 12500

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

Instance Attribute Details

#PageNumberObject

Parameters:

  • ProjectId:

    项目ID

  • PlanId:

    补录计划ID

  • TaskId:

    补录任务ID

  • PageNumber:

    分页页码,默认值1

  • PageSize:

    分页大小,默认值10

  • StateList:

    实例状态列表



12498
12499
12500
# File 'lib/v20210820/models.rb', line 12498

def PageNumber
  @PageNumber
end

#PageSizeObject

Parameters:

  • ProjectId:

    项目ID

  • PlanId:

    补录计划ID

  • TaskId:

    补录任务ID

  • PageNumber:

    分页页码,默认值1

  • PageSize:

    分页大小,默认值10

  • StateList:

    实例状态列表



12498
12499
12500
# File 'lib/v20210820/models.rb', line 12498

def PageSize
  @PageSize
end

#PlanIdObject

Parameters:

  • ProjectId:

    项目ID

  • PlanId:

    补录计划ID

  • TaskId:

    补录任务ID

  • PageNumber:

    分页页码,默认值1

  • PageSize:

    分页大小,默认值10

  • StateList:

    实例状态列表



12498
12499
12500
# File 'lib/v20210820/models.rb', line 12498

def PlanId
  @PlanId
end

#ProjectIdObject

Parameters:

  • ProjectId:

    项目ID

  • PlanId:

    补录计划ID

  • TaskId:

    补录任务ID

  • PageNumber:

    分页页码,默认值1

  • PageSize:

    分页大小,默认值10

  • StateList:

    实例状态列表



12498
12499
12500
# File 'lib/v20210820/models.rb', line 12498

def ProjectId
  @ProjectId
end

#StateListObject

Parameters:

  • ProjectId:

    项目ID

  • PlanId:

    补录计划ID

  • TaskId:

    补录任务ID

  • PageNumber:

    分页页码,默认值1

  • PageSize:

    分页大小,默认值10

  • StateList:

    实例状态列表



12498
12499
12500
# File 'lib/v20210820/models.rb', line 12498

def StateList
  @StateList
end

#TaskIdObject

Parameters:

  • ProjectId:

    项目ID

  • PlanId:

    补录计划ID

  • TaskId:

    补录任务ID

  • PageNumber:

    分页页码,默认值1

  • PageSize:

    分页大小,默认值10

  • StateList:

    实例状态列表



12498
12499
12500
# File 'lib/v20210820/models.rb', line 12498

def TaskId
  @TaskId
end

Instance Method Details

#deserialize(params) ⇒ Object



12509
12510
12511
12512
12513
12514
12515
12516
# File 'lib/v20210820/models.rb', line 12509

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