Class: TencentCloud::Cvm::V20170312::StopInstancesResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cvm::V20170312::StopInstancesResponse
- Defined in:
- lib/v20170312/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.
8484 8485 8486 |
# File 'lib/v20170312/models.rb', line 8484 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
8482 8483 8484 |
# File 'lib/v20170312/models.rb', line 8482 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
8488 8489 8490 |
# File 'lib/v20170312/models.rb', line 8488 def deserialize(params) @RequestId = params['RequestId'] end |