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.
14323 14324 14325 |
# File 'lib/v20180525/models.rb', line 14323 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
14321 14322 14323 |
# File 'lib/v20180525/models.rb', line 14321 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
14327 14328 14329 |
# File 'lib/v20180525/models.rb', line 14327 def deserialize(params) @RequestId = params['RequestId'] end |