Class: TencentCloud::Tke::V20180525::DeleteClusterNodePoolResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::DeleteClusterNodePoolResponse
- Defined in:
- lib/v20180525/models.rb
Overview
DeleteClusterNodePool返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteClusterNodePoolResponse
constructor
A new instance of DeleteClusterNodePoolResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteClusterNodePoolResponse
Returns a new instance of DeleteClusterNodePoolResponse.
4267 4268 4269 |
# File 'lib/v20180525/models.rb', line 4267 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
4265 4266 4267 |
# File 'lib/v20180525/models.rb', line 4265 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
4271 4272 4273 |
# File 'lib/v20180525/models.rb', line 4271 def deserialize(params) @RequestId = params['RequestId'] end |