Class: TencentCloud::Dc::V20180410::CreateCloudAttachServiceResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dc::V20180410::CreateCloudAttachServiceResponse
- Defined in:
- lib/v20180410/models.rb
Overview
CreateCloudAttachService返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(cloudattach = nil, requestid = nil) ⇒ CreateCloudAttachServiceResponse
constructor
A new instance of CreateCloudAttachServiceResponse.
Constructor Details
#initialize(cloudattach = nil, requestid = nil) ⇒ CreateCloudAttachServiceResponse
Returns a new instance of CreateCloudAttachServiceResponse.
463 464 465 466 |
# File 'lib/v20180410/models.rb', line 463 def initialize(cloudattach=nil, requestid=nil) @CloudAttach = cloudattach @RequestId = requestid end |
Instance Attribute Details
#CloudAttach ⇒ Object
461 462 463 |
# File 'lib/v20180410/models.rb', line 461 def CloudAttach @CloudAttach end |
#RequestId ⇒ Object
461 462 463 |
# File 'lib/v20180410/models.rb', line 461 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
468 469 470 471 472 473 474 |
# File 'lib/v20180410/models.rb', line 468 def deserialize(params) unless params['CloudAttach'].nil? @CloudAttach = CloudAttachInfo.new @CloudAttach.deserialize(params['CloudAttach']) end @RequestId = params['RequestId'] end |