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.



13040
13041
13042
13043
13044
13045
13046
13047
# File 'lib/v20210820/models.rb', line 13040

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:

    实例状态列表



13038
13039
13040
# File 'lib/v20210820/models.rb', line 13038

def PageNumber
  @PageNumber
end

#PageSizeObject

Parameters:

  • ProjectId:

    项目ID

  • PlanId:

    补录计划ID

  • TaskId:

    补录任务ID

  • PageNumber:

    分页页码,默认值1

  • PageSize:

    分页大小,默认值10

  • StateList:

    实例状态列表



13038
13039
13040
# File 'lib/v20210820/models.rb', line 13038

def PageSize
  @PageSize
end

#PlanIdObject

Parameters:

  • ProjectId:

    项目ID

  • PlanId:

    补录计划ID

  • TaskId:

    补录任务ID

  • PageNumber:

    分页页码,默认值1

  • PageSize:

    分页大小,默认值10

  • StateList:

    实例状态列表



13038
13039
13040
# File 'lib/v20210820/models.rb', line 13038

def PlanId
  @PlanId
end

#ProjectIdObject

Parameters:

  • ProjectId:

    项目ID

  • PlanId:

    补录计划ID

  • TaskId:

    补录任务ID

  • PageNumber:

    分页页码,默认值1

  • PageSize:

    分页大小,默认值10

  • StateList:

    实例状态列表



13038
13039
13040
# File 'lib/v20210820/models.rb', line 13038

def ProjectId
  @ProjectId
end

#StateListObject

Parameters:

  • ProjectId:

    项目ID

  • PlanId:

    补录计划ID

  • TaskId:

    补录任务ID

  • PageNumber:

    分页页码,默认值1

  • PageSize:

    分页大小,默认值10

  • StateList:

    实例状态列表



13038
13039
13040
# File 'lib/v20210820/models.rb', line 13038

def StateList
  @StateList
end

#TaskIdObject

Parameters:

  • ProjectId:

    项目ID

  • PlanId:

    补录计划ID

  • TaskId:

    补录任务ID

  • PageNumber:

    分页页码,默认值1

  • PageSize:

    分页大小,默认值10

  • StateList:

    实例状态列表



13038
13039
13040
# File 'lib/v20210820/models.rb', line 13038

def TaskId
  @TaskId
end

Instance Method Details

#deserialize(params) ⇒ Object



13049
13050
13051
13052
13053
13054
13055
13056
# File 'lib/v20210820/models.rb', line 13049

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