Class: TencentCloud::Tke::V20180525::ModifyNodePoolDesiredCapacityAboutAsgResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::ModifyNodePoolDesiredCapacityAboutAsgResponse
- Defined in:
- lib/v20180525/models.rb
Overview
ModifyNodePoolDesiredCapacityAboutAsg返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ModifyNodePoolDesiredCapacityAboutAsgResponse
constructor
A new instance of ModifyNodePoolDesiredCapacityAboutAsgResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ModifyNodePoolDesiredCapacityAboutAsgResponse
Returns a new instance of ModifyNodePoolDesiredCapacityAboutAsgResponse.
14374 14375 14376 |
# File 'lib/v20180525/models.rb', line 14374 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
14372 14373 14374 |
# File 'lib/v20180525/models.rb', line 14372 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
14378 14379 14380 |
# File 'lib/v20180525/models.rb', line 14378 def deserialize(params) @RequestId = params['RequestId'] end |