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.
2835 2836 2837 |
# File 'lib/v20220501/models.rb', line 2835 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
2833 2834 2835 |
# File 'lib/v20220501/models.rb', line 2833 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2839 2840 2841 |
# File 'lib/v20220501/models.rb', line 2839 def deserialize(params) @RequestId = params['RequestId'] end |