Class: TencentCloud::Tke::V20180525::RemoveNodeFromNodePoolResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::RemoveNodeFromNodePoolResponse
- Defined in:
- lib/v20180525/models.rb
Overview
RemoveNodeFromNodePool返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ RemoveNodeFromNodePoolResponse
constructor
A new instance of RemoveNodeFromNodePoolResponse.
Constructor Details
#initialize(requestid = nil) ⇒ RemoveNodeFromNodePoolResponse
Returns a new instance of RemoveNodeFromNodePoolResponse.
17355 17356 17357 |
# File 'lib/v20180525/models.rb', line 17355 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
17353 17354 17355 |
# File 'lib/v20180525/models.rb', line 17353 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
17359 17360 17361 |
# File 'lib/v20180525/models.rb', line 17359 def deserialize(params) @RequestId = params['RequestId'] end |