Class: TencentCloud::Tke::V20220501::StartMachinesResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20220501::StartMachinesResponse
- Defined in:
- lib/v20220501/models.rb
Overview
StartMachines返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ StartMachinesResponse
constructor
A new instance of StartMachinesResponse.
Constructor Details
#initialize(requestid = nil) ⇒ StartMachinesResponse
Returns a new instance of StartMachinesResponse.
2229 2230 2231 |
# File 'lib/v20220501/models.rb', line 2229 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
2227 2228 2229 |
# File 'lib/v20220501/models.rb', line 2227 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2233 2234 2235 |
# File 'lib/v20220501/models.rb', line 2233 def deserialize(params) @RequestId = params['RequestId'] end |