Class: TencentCloud::Lighthouse::V20200324::StartInstancesResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Lighthouse::V20200324::StartInstancesResponse
- Defined in:
- lib/v20200324/models.rb
Overview
StartInstances返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ StartInstancesResponse
constructor
A new instance of StartInstancesResponse.
Constructor Details
#initialize(requestid = nil) ⇒ StartInstancesResponse
Returns a new instance of StartInstancesResponse.
8390 8391 8392 |
# File 'lib/v20200324/models.rb', line 8390 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
8388 8389 8390 |
# File 'lib/v20200324/models.rb', line 8388 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
8394 8395 8396 |
# File 'lib/v20200324/models.rb', line 8394 def deserialize(params) @RequestId = params['RequestId'] end |