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.



16297
16298
16299
16300
# File 'lib/v20210820/models.rb', line 16297

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

Instance Attribute Details

#PlanIdObject

Parameters:

  • ProjectId:

    项目ID

  • PlanId:

    补录计划ID



16295
16296
16297
# File 'lib/v20210820/models.rb', line 16295

def PlanId
  @PlanId
end

#ProjectIdObject

Parameters:

  • ProjectId:

    项目ID

  • PlanId:

    补录计划ID



16295
16296
16297
# File 'lib/v20210820/models.rb', line 16295

def ProjectId
  @ProjectId
end

Instance Method Details

#deserialize(params) ⇒ Object



16302
16303
16304
16305
# File 'lib/v20210820/models.rb', line 16302

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