Class: TencentCloud::Lighthouse::V20200324::DeleteKeyPairsRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Lighthouse::V20200324::DeleteKeyPairsRequest
- Defined in:
- lib/v20200324/models.rb
Overview
DeleteKeyPairs请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(keyids = nil) ⇒ DeleteKeyPairsRequest
constructor
A new instance of DeleteKeyPairsRequest.
Constructor Details
#initialize(keyids = nil) ⇒ DeleteKeyPairsRequest
Returns a new instance of DeleteKeyPairsRequest.
1563 1564 1565 |
# File 'lib/v20200324/models.rb', line 1563 def initialize(keyids=nil) @KeyIds = keyids end |
Instance Attribute Details
#KeyIds ⇒ Object
1561 1562 1563 |
# File 'lib/v20200324/models.rb', line 1561 def KeyIds @KeyIds end |
Instance Method Details
#deserialize(params) ⇒ Object
1567 1568 1569 |
# File 'lib/v20200324/models.rb', line 1567 def deserialize(params) @KeyIds = params['KeyIds'] end |