Class: TencentCloud::Ecm::V20190719::StopInstancesResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ecm::V20190719::StopInstancesResponse
- Defined in:
- lib/v20190719/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.
10839 10840 10841 |
# File 'lib/v20190719/models.rb', line 10839 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
10837 10838 10839 |
# File 'lib/v20190719/models.rb', line 10837 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
10843 10844 10845 |
# File 'lib/v20190719/models.rb', line 10843 def deserialize(params) @RequestId = params['RequestId'] end |