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
Returns a new instance of KillOpsMakePlanInstancesRequest.
25097 25098 25099 25100 25101 25102 |
# File 'lib/v20210820/models.rb', line 25097 def initialize(projectid=nil, planid=nil, asyncmode=nil, planname=nil) @ProjectId = projectid @PlanId = planid @AsyncMode = asyncmode @PlanName = planname end |
Instance Attribute Details
#AsyncMode ⇒ Object
25095 25096 25097 |
# File 'lib/v20210820/models.rb', line 25095 def AsyncMode @AsyncMode end |
#PlanId ⇒ Object
25095 25096 25097 |
# File 'lib/v20210820/models.rb', line 25095 def PlanId @PlanId end |
#PlanName ⇒ Object
25095 25096 25097 |
# File 'lib/v20210820/models.rb', line 25095 def PlanName @PlanName end |
#ProjectId ⇒ Object
25095 25096 25097 |
# File 'lib/v20210820/models.rb', line 25095 def ProjectId @ProjectId end |
Instance Method Details
#deserialize(params) ⇒ Object
25104 25105 25106 25107 25108 25109 |
# File 'lib/v20210820/models.rb', line 25104 def deserialize(params) @ProjectId = params['ProjectId'] @PlanId = params['PlanId'] @AsyncMode = params['AsyncMode'] @PlanName = params['PlanName'] end |