Class: TencentCloud::Wedata::V20210820::KillOpsMakePlanInstancesRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::KillOpsMakePlanInstancesRequest
- Defined in:
- lib/v20210820/models.rb
Overview
KillOpsMakePlanInstances请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(projectid = nil, planid = nil, asyncmode = nil, planname = nil) ⇒ KillOpsMakePlanInstancesRequest
constructor
A new instance of KillOpsMakePlanInstancesRequest.
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
#AsyncMode ⇒ Object
24322 24323 24324 |
# File 'lib/v20210820/models.rb', line 24322 def AsyncMode @AsyncMode end |
#PlanId ⇒ Object
24322 24323 24324 |
# File 'lib/v20210820/models.rb', line 24322 def PlanId @PlanId end |
#PlanName ⇒ Object
24322 24323 24324 |
# File 'lib/v20210820/models.rb', line 24322 def PlanName @PlanName end |
#ProjectId ⇒ Object
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 |