Class: TencentCloud::Rum::V20210622::StopInstanceResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Rum::V20210622::StopInstanceResponse
- Defined in:
- lib/v20210622/models.rb
Overview
StopInstance返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ StopInstanceResponse
constructor
A new instance of StopInstanceResponse.
Constructor Details
#initialize(requestid = nil) ⇒ StopInstanceResponse
Returns a new instance of StopInstanceResponse.
4348 4349 4350 |
# File 'lib/v20210622/models.rb', line 4348 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
4346 4347 4348 |
# File 'lib/v20210622/models.rb', line 4346 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
4352 4353 4354 |
# File 'lib/v20210622/models.rb', line 4352 def deserialize(params) @RequestId = params['RequestId'] end |