Class: TencentCloud::Tke::V20220501::RebootMachinesResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20220501::RebootMachinesResponse
- Defined in:
- lib/v20220501/models.rb
Overview
RebootMachines返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ RebootMachinesResponse
constructor
A new instance of RebootMachinesResponse.
Constructor Details
#initialize(requestid = nil) ⇒ RebootMachinesResponse
Returns a new instance of RebootMachinesResponse.
2627 2628 2629 |
# File 'lib/v20220501/models.rb', line 2627 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
2625 2626 2627 |
# File 'lib/v20220501/models.rb', line 2625 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2631 2632 2633 |
# File 'lib/v20220501/models.rb', line 2631 def deserialize(params) @RequestId = params['RequestId'] end |