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, asyncmode = nil, planname = nil) ⇒ KillOpsMakePlanInstancesRequest



24324
24325
24326
24327
24328
24329
# File 'lib/v20210820/models.rb', line 24324

def initialize(projectid=nil, planid=nil, asyncmode=nil, planname=nil)
  @ProjectId = projectid
  @PlanId = planid
  @AsyncMode = asyncmode
  @PlanName = planname
end

Instance Attribute Details

#AsyncModeObject



24322
24323
24324
# File 'lib/v20210820/models.rb', line 24322

def AsyncMode
  @AsyncMode
end

#PlanIdObject



24322
24323
24324
# File 'lib/v20210820/models.rb', line 24322

def PlanId
  @PlanId
end

#PlanNameObject



24322
24323
24324
# File 'lib/v20210820/models.rb', line 24322

def PlanName
  @PlanName
end

#ProjectIdObject



24322
24323
24324
# File 'lib/v20210820/models.rb', line 24322

def ProjectId
  @ProjectId
end

Instance Method Details

#deserialize(params) ⇒ Object



24331
24332
24333
24334
24335
24336
# File 'lib/v20210820/models.rb', line 24331

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