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.
17707 17708 17709 |
# File 'lib/v20180525/models.rb', line 17707 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
17705 17706 17707 |
# File 'lib/v20180525/models.rb', line 17705 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
17711 17712 17713 |
# File 'lib/v20180525/models.rb', line 17711 def deserialize(params) @RequestId = params['RequestId'] end |