Class: TencentCloud::Lighthouse::V20200324::ResetAttachCcnResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Lighthouse::V20200324::ResetAttachCcnResponse
- Defined in:
- lib/v20200324/models.rb
Overview
ResetAttachCcn返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ResetAttachCcnResponse
constructor
A new instance of ResetAttachCcnResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ResetAttachCcnResponse
Returns a new instance of ResetAttachCcnResponse.
7738 7739 7740 |
# File 'lib/v20200324/models.rb', line 7738 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
7736 7737 7738 |
# File 'lib/v20200324/models.rb', line 7736 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
7742 7743 7744 |
# File 'lib/v20200324/models.rb', line 7742 def deserialize(params) @RequestId = params['RequestId'] end |