Class: TencentCloud::Gse::V20191112::AttachCcnInstancesResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Gse::V20191112::AttachCcnInstancesResponse
- Defined in:
- lib/v20191112/models.rb
Overview
AttachCcnInstances返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ AttachCcnInstancesResponse
constructor
A new instance of AttachCcnInstancesResponse.
Constructor Details
#initialize(requestid = nil) ⇒ AttachCcnInstancesResponse
Returns a new instance of AttachCcnInstancesResponse.
235 236 237 |
# File 'lib/v20191112/models.rb', line 235 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
233 234 235 |
# File 'lib/v20191112/models.rb', line 233 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
239 240 241 |
# File 'lib/v20191112/models.rb', line 239 def deserialize(params) @RequestId = params['RequestId'] end |