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
14619 14620 14621 |
# File 'lib/v20180525/models.rb', line 14619 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
14617 14618 14619 |
# File 'lib/v20180525/models.rb', line 14617 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
14623 14624 14625 |
# File 'lib/v20180525/models.rb', line 14623 def deserialize(params) @RequestId = params['RequestId'] end |