Class: TencentCloud::Tke::V20220501::ModifyNodePoolResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20220501::ModifyNodePoolResponse
- Defined in:
- lib/v20220501/models.rb
Overview
ModifyNodePool返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ModifyNodePoolResponse
constructor
A new instance of ModifyNodePoolResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ModifyNodePoolResponse
Returns a new instance of ModifyNodePoolResponse.
2133 2134 2135 |
# File 'lib/v20220501/models.rb', line 2133 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
2131 2132 2133 |
# File 'lib/v20220501/models.rb', line 2131 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2137 2138 2139 |
# File 'lib/v20220501/models.rb', line 2137 def deserialize(params) @RequestId = params['RequestId'] end |