Class: TencentCloud::Lighthouse::V20200324::AttachCcnResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Lighthouse::V20200324::AttachCcnResponse
- Defined in:
- lib/v20200324/models.rb
Overview
AttachCcn返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ AttachCcnResponse
constructor
A new instance of AttachCcnResponse.
Constructor Details
#initialize(requestid = nil) ⇒ AttachCcnResponse
Returns a new instance of AttachCcnResponse.
198 199 200 |
# File 'lib/v20200324/models.rb', line 198 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
196 197 198 |
# File 'lib/v20200324/models.rb', line 196 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
202 203 204 |
# File 'lib/v20200324/models.rb', line 202 def deserialize(params) @RequestId = params['RequestId'] end |