Class: TencentCloud::Lighthouse::V20200324::ImportKeyPairResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Lighthouse::V20200324::ImportKeyPairResponse
- Defined in:
- lib/v20200324/models.rb
Overview
ImportKeyPair返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(keyid = nil, requestid = nil) ⇒ ImportKeyPairResponse
constructor
A new instance of ImportKeyPairResponse.
Constructor Details
#initialize(keyid = nil, requestid = nil) ⇒ ImportKeyPairResponse
Returns a new instance of ImportKeyPairResponse.
5456 5457 5458 5459 |
# File 'lib/v20200324/models.rb', line 5456 def initialize(keyid=nil, requestid=nil) @KeyId = keyid @RequestId = requestid end |
Instance Attribute Details
#KeyId ⇒ Object
5454 5455 5456 |
# File 'lib/v20200324/models.rb', line 5454 def KeyId @KeyId end |
#RequestId ⇒ Object
5454 5455 5456 |
# File 'lib/v20200324/models.rb', line 5454 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
5461 5462 5463 5464 |
# File 'lib/v20200324/models.rb', line 5461 def deserialize(params) @KeyId = params['KeyId'] @RequestId = params['RequestId'] end |