Class: TencentCloud::Tke::V20220501::CreateNodePoolResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20220501::CreateNodePoolResponse
- Defined in:
- lib/v20220501/models.rb
Overview
CreateNodePool返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(nodepoolid = nil, requestid = nil) ⇒ CreateNodePoolResponse
constructor
A new instance of CreateNodePoolResponse.
Constructor Details
#initialize(nodepoolid = nil, requestid = nil) ⇒ CreateNodePoolResponse
Returns a new instance of CreateNodePoolResponse.
354 355 356 357 |
# File 'lib/v20220501/models.rb', line 354 def initialize(nodepoolid=nil, requestid=nil) @NodePoolId = nodepoolid @RequestId = requestid end |
Instance Attribute Details
#NodePoolId ⇒ Object
352 353 354 |
# File 'lib/v20220501/models.rb', line 352 def NodePoolId @NodePoolId end |
#RequestId ⇒ Object
352 353 354 |
# File 'lib/v20220501/models.rb', line 352 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
359 360 361 362 |
# File 'lib/v20220501/models.rb', line 359 def deserialize(params) @NodePoolId = params['NodePoolId'] @RequestId = params['RequestId'] end |