Class: TencentCloud::Wedata::V20210820::KillOpsMakePlanInstancesRequest

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

Overview

KillOpsMakePlanInstances请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(projectid = nil, planid = nil) ⇒ KillOpsMakePlanInstancesRequest

Returns a new instance of KillOpsMakePlanInstancesRequest.



16480
16481
16482
16483
# File 'lib/v20210820/models.rb', line 16480

def initialize(projectid=nil, planid=nil)
  @ProjectId = projectid
  @PlanId = planid
end

Instance Attribute Details

#PlanIdObject

Parameters:

  • ProjectId:

    项目ID

  • PlanId:

    补录计划ID



16478
16479
16480
# File 'lib/v20210820/models.rb', line 16478

def PlanId
  @PlanId
end

#ProjectIdObject

Parameters:

  • ProjectId:

    项目ID

  • PlanId:

    补录计划ID



16478
16479
16480
# File 'lib/v20210820/models.rb', line 16478

def ProjectId
  @ProjectId
end

Instance Method Details

#deserialize(params) ⇒ Object



16485
16486
16487
16488
# File 'lib/v20210820/models.rb', line 16485

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