Class: TencentCloud::Lighthouse::V20200324::StopInstancesResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Lighthouse::V20200324::StopInstancesResponse
- Defined in:
- lib/v20200324/models.rb
Overview
StopInstances返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ StopInstancesResponse
constructor
A new instance of StopInstancesResponse.
Constructor Details
#initialize(requestid = nil) ⇒ StopInstancesResponse
Returns a new instance of StopInstancesResponse.
8507 8508 8509 |
# File 'lib/v20200324/models.rb', line 8507 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
8505 8506 8507 |
# File 'lib/v20200324/models.rb', line 8505 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
8511 8512 8513 |
# File 'lib/v20200324/models.rb', line 8511 def deserialize(params) @RequestId = params['RequestId'] end |