Class: TencentCloud::Batch::V20170312::AttachInstancesResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Batch::V20170312::AttachInstancesResponse
- Defined in:
- lib/v20170312/models.rb
Overview
AttachInstances返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ AttachInstancesResponse
constructor
A new instance of AttachInstancesResponse.
Constructor Details
#initialize(requestid = nil) ⇒ AttachInstancesResponse
Returns a new instance of AttachInstancesResponse.
213 214 215 |
# File 'lib/v20170312/models.rb', line 213 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
211 212 213 |
# File 'lib/v20170312/models.rb', line 211 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
217 218 219 |
# File 'lib/v20170312/models.rb', line 217 def deserialize(params) @RequestId = params['RequestId'] end |