Class: TencentCloud::Lighthouse::V20200324::DeleteKeyPairsResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Lighthouse::V20200324::DeleteKeyPairsResponse
- Defined in:
- lib/v20200324/models.rb
Overview
DeleteKeyPairs返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteKeyPairsResponse
constructor
A new instance of DeleteKeyPairsResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteKeyPairsResponse
Returns a new instance of DeleteKeyPairsResponse.
1579 1580 1581 |
# File 'lib/v20200324/models.rb', line 1579 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
1577 1578 1579 |
# File 'lib/v20200324/models.rb', line 1577 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1583 1584 1585 |
# File 'lib/v20200324/models.rb', line 1583 def deserialize(params) @RequestId = params['RequestId'] end |