Class: TencentCloud::Kms::V20190118::DeleteWhiteBoxKeyRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Kms::V20190118::DeleteWhiteBoxKeyRequest
- Defined in:
- lib/v20190118/models.rb
Overview
DeleteWhiteBoxKey请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(keyid = nil) ⇒ DeleteWhiteBoxKeyRequest
constructor
A new instance of DeleteWhiteBoxKeyRequest.
Constructor Details
#initialize(keyid = nil) ⇒ DeleteWhiteBoxKeyRequest
Returns a new instance of DeleteWhiteBoxKeyRequest.
678 679 680 |
# File 'lib/v20190118/models.rb', line 678 def initialize(keyid=nil) @KeyId = keyid end |
Instance Attribute Details
#KeyId ⇒ Object
676 677 678 |
# File 'lib/v20190118/models.rb', line 676 def KeyId @KeyId end |
Instance Method Details
#deserialize(params) ⇒ Object
682 683 684 |
# File 'lib/v20190118/models.rb', line 682 def deserialize(params) @KeyId = params['KeyId'] end |