Class: TencentCloud::Eis::V20210601::ListDeployableRuntimesMCRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Eis::V20210601::ListDeployableRuntimesMCRequest
- Defined in:
- lib/v20210601/models.rb
Overview
ListDeployableRuntimesMC请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(projectid = nil, instanceid = nil, plantype = nil, runtimeclass = nil) ⇒ ListDeployableRuntimesMCRequest
constructor
A new instance of ListDeployableRuntimesMCRequest.
Constructor Details
#initialize(projectid = nil, instanceid = nil, plantype = nil, runtimeclass = nil) ⇒ ListDeployableRuntimesMCRequest
Returns a new instance of ListDeployableRuntimesMCRequest.
213 214 215 216 217 218 |
# File 'lib/v20210601/models.rb', line 213 def initialize(projectid=nil, instanceid=nil, plantype=nil, runtimeclass=nil) @ProjectId = projectid @InstanceId = instanceid @PlanType = plantype @RuntimeClass = runtimeclass end |
Instance Attribute Details
#InstanceId ⇒ Object
211 212 213 |
# File 'lib/v20210601/models.rb', line 211 def InstanceId @InstanceId end |
#PlanType ⇒ Object
211 212 213 |
# File 'lib/v20210601/models.rb', line 211 def PlanType @PlanType end |
#ProjectId ⇒ Object
211 212 213 |
# File 'lib/v20210601/models.rb', line 211 def ProjectId @ProjectId end |
#RuntimeClass ⇒ Object
211 212 213 |
# File 'lib/v20210601/models.rb', line 211 def RuntimeClass @RuntimeClass end |
Instance Method Details
#deserialize(params) ⇒ Object
220 221 222 223 224 225 |
# File 'lib/v20210601/models.rb', line 220 def deserialize(params) @ProjectId = params['ProjectId'] @InstanceId = params['InstanceId'] @PlanType = params['PlanType'] @RuntimeClass = params['RuntimeClass'] end |