Class: TencentCloud::Ecm::V20190719::CreateKeyPairRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ecm::V20190719::CreateKeyPairRequest
- Defined in:
- lib/v20190719/models.rb
Overview
CreateKeyPair请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(keyname = nil) ⇒ CreateKeyPairRequest
constructor
A new instance of CreateKeyPairRequest.
Constructor Details
#initialize(keyname = nil) ⇒ CreateKeyPairRequest
Returns a new instance of CreateKeyPairRequest.
1293 1294 1295 |
# File 'lib/v20190719/models.rb', line 1293 def initialize(keyname=nil) @KeyName = keyname end |
Instance Attribute Details
#KeyName ⇒ Object
1291 1292 1293 |
# File 'lib/v20190719/models.rb', line 1291 def KeyName @KeyName end |
Instance Method Details
#deserialize(params) ⇒ Object
1297 1298 1299 |
# File 'lib/v20190719/models.rb', line 1297 def deserialize(params) @KeyName = params['KeyName'] end |