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.
426 427 428 429 |
# File 'lib/v20220501/models.rb', line 426 def initialize(nodepoolid=nil, requestid=nil) @NodePoolId = nodepoolid @RequestId = requestid end |
Instance Attribute Details
#NodePoolId ⇒ Object
424 425 426 |
# File 'lib/v20220501/models.rb', line 424 def NodePoolId @NodePoolId end |
#RequestId ⇒ Object
424 425 426 |
# File 'lib/v20220501/models.rb', line 424 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
431 432 433 434 |
# File 'lib/v20220501/models.rb', line 431 def deserialize(params) @NodePoolId = params['NodePoolId'] @RequestId = params['RequestId'] end |