Class: TencentCloud::Kms::V20190118::SignByAsymmetricKeyResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Kms::V20190118::SignByAsymmetricKeyResponse
- Defined in:
- lib/v20190118/models.rb
Overview
SignByAsymmetricKey返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(signature = nil, requestid = nil) ⇒ SignByAsymmetricKeyResponse
constructor
A new instance of SignByAsymmetricKeyResponse.
Constructor Details
#initialize(signature = nil, requestid = nil) ⇒ SignByAsymmetricKeyResponse
Returns a new instance of SignByAsymmetricKeyResponse.
3209 3210 3211 3212 |
# File 'lib/v20190118/models.rb', line 3209 def initialize(signature=nil, requestid=nil) @Signature = signature @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
3207 3208 3209 |
# File 'lib/v20190118/models.rb', line 3207 def RequestId @RequestId end |
#Signature ⇒ Object
3207 3208 3209 |
# File 'lib/v20190118/models.rb', line 3207 def Signature @Signature end |
Instance Method Details
#deserialize(params) ⇒ Object
3214 3215 3216 3217 |
# File 'lib/v20190118/models.rb', line 3214 def deserialize(params) @Signature = params['Signature'] @RequestId = params['RequestId'] end |