Class: TencentCloud::Cvm::V20170312::DeleteKeyPairsRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cvm::V20170312::DeleteKeyPairsRequest
- Defined in:
- lib/v20170312/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.
1486 1487 1488 |
# File 'lib/v20170312/models.rb', line 1486 def initialize(keyids=nil) @KeyIds = keyids end |
Instance Attribute Details
#KeyIds ⇒ Object
1484 1485 1486 |
# File 'lib/v20170312/models.rb', line 1484 def KeyIds @KeyIds end |
Instance Method Details
#deserialize(params) ⇒ Object
1490 1491 1492 |
# File 'lib/v20170312/models.rb', line 1490 def deserialize(params) @KeyIds = params['KeyIds'] end |