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.



12430
12431
12432
12433
12434
12435
12436
12437
# File 'lib/v20210820/models.rb', line 12430

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:

    实例状态列表



12428
12429
12430
# File 'lib/v20210820/models.rb', line 12428

def PageNumber
  @PageNumber
end

#PageSizeObject

Parameters:

  • ProjectId:

    项目ID

  • PlanId:

    补录计划ID

  • TaskId:

    补录任务ID

  • PageNumber:

    分页页码,默认值1

  • PageSize:

    分页大小,默认值10

  • StateList:

    实例状态列表



12428
12429
12430
# File 'lib/v20210820/models.rb', line 12428

def PageSize
  @PageSize
end

#PlanIdObject

Parameters:

  • ProjectId:

    项目ID

  • PlanId:

    补录计划ID

  • TaskId:

    补录任务ID

  • PageNumber:

    分页页码,默认值1

  • PageSize:

    分页大小,默认值10

  • StateList:

    实例状态列表



12428
12429
12430
# File 'lib/v20210820/models.rb', line 12428

def PlanId
  @PlanId
end

#ProjectIdObject

Parameters:

  • ProjectId:

    项目ID

  • PlanId:

    补录计划ID

  • TaskId:

    补录任务ID

  • PageNumber:

    分页页码,默认值1

  • PageSize:

    分页大小,默认值10

  • StateList:

    实例状态列表



12428
12429
12430
# File 'lib/v20210820/models.rb', line 12428

def ProjectId
  @ProjectId
end

#StateListObject

Parameters:

  • ProjectId:

    项目ID

  • PlanId:

    补录计划ID

  • TaskId:

    补录任务ID

  • PageNumber:

    分页页码,默认值1

  • PageSize:

    分页大小,默认值10

  • StateList:

    实例状态列表



12428
12429
12430
# File 'lib/v20210820/models.rb', line 12428

def StateList
  @StateList
end

#TaskIdObject

Parameters:

  • ProjectId:

    项目ID

  • PlanId:

    补录计划ID

  • TaskId:

    补录任务ID

  • PageNumber:

    分页页码,默认值1

  • PageSize:

    分页大小,默认值10

  • StateList:

    实例状态列表



12428
12429
12430
# File 'lib/v20210820/models.rb', line 12428

def TaskId
  @TaskId
end

Instance Method Details

#deserialize(params) ⇒ Object



12439
12440
12441
12442
12443
12444
12445
12446
# File 'lib/v20210820/models.rb', line 12439

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