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.
2061 2062 2063 |
# File 'lib/v20220501/models.rb', line 2061 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
2059 2060 2061 |
# File 'lib/v20220501/models.rb', line 2059 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2065 2066 2067 |
# File 'lib/v20220501/models.rb', line 2065 def deserialize(params) @RequestId = params['RequestId'] end |