Class: TencentCloud::Batch::V20170312::DetachInstancesResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Batch::V20170312::DetachInstancesResponse
- Defined in:
- lib/v20170312/models.rb
Overview
DetachInstances返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DetachInstancesResponse
constructor
A new instance of DetachInstancesResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DetachInstancesResponse
Returns a new instance of DetachInstancesResponse.
2040 2041 2042 |
# File 'lib/v20170312/models.rb', line 2040 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
2038 2039 2040 |
# File 'lib/v20170312/models.rb', line 2038 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2044 2045 2046 |
# File 'lib/v20170312/models.rb', line 2044 def deserialize(params) @RequestId = params['RequestId'] end |