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, statelist = nil, pagenumber = nil, pagesize = nil) ⇒ DescribeOpsMakePlanTasksRequest

Returns a new instance of DescribeOpsMakePlanTasksRequest.



12488
12489
12490
12491
12492
12493
12494
# File 'lib/v20210820/models.rb', line 12488

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

Instance Attribute Details

#PageNumberObject

Parameters:

  • ProjectId:

    项目ID

  • PlanId:

    补录计划ID

  • StateList:

    实例状态过滤条件

  • PageNumber:

    分页页码,默认值1

  • PageSize:

    分页大小,默认值10



12486
12487
12488
# File 'lib/v20210820/models.rb', line 12486

def PageNumber
  @PageNumber
end

#PageSizeObject

Parameters:

  • ProjectId:

    项目ID

  • PlanId:

    补录计划ID

  • StateList:

    实例状态过滤条件

  • PageNumber:

    分页页码,默认值1

  • PageSize:

    分页大小,默认值10



12486
12487
12488
# File 'lib/v20210820/models.rb', line 12486

def PageSize
  @PageSize
end

#PlanIdObject

Parameters:

  • ProjectId:

    项目ID

  • PlanId:

    补录计划ID

  • StateList:

    实例状态过滤条件

  • PageNumber:

    分页页码,默认值1

  • PageSize:

    分页大小,默认值10



12486
12487
12488
# File 'lib/v20210820/models.rb', line 12486

def PlanId
  @PlanId
end

#ProjectIdObject

Parameters:

  • ProjectId:

    项目ID

  • PlanId:

    补录计划ID

  • StateList:

    实例状态过滤条件

  • PageNumber:

    分页页码,默认值1

  • PageSize:

    分页大小,默认值10



12486
12487
12488
# File 'lib/v20210820/models.rb', line 12486

def ProjectId
  @ProjectId
end

#StateListObject

Parameters:

  • ProjectId:

    项目ID

  • PlanId:

    补录计划ID

  • StateList:

    实例状态过滤条件

  • PageNumber:

    分页页码,默认值1

  • PageSize:

    分页大小,默认值10



12486
12487
12488
# File 'lib/v20210820/models.rb', line 12486

def StateList
  @StateList
end

Instance Method Details

#deserialize(params) ⇒ Object



12496
12497
12498
12499
12500
12501
12502
# File 'lib/v20210820/models.rb', line 12496

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