class TencentCloud::Kms::V20190118::CreateWhiteBoxKeyResponse

CreateWhiteBoxKey返回参数结构体

def deserialize(params)

def deserialize(params)
  @EncryptKey = params['EncryptKey']
  @DecryptKey = params['DecryptKey']
  @KeyId = params['KeyId']
  @TagCode = params['TagCode']
  @TagMsg = params['TagMsg']
  @RequestId = params['RequestId']
end

def initialize(encryptkey=nil, decryptkey=nil, keyid=nil, tagcode=nil, tagmsg=nil, requestid=nil)

def initialize(encryptkey=nil, decryptkey=nil, keyid=nil, tagcode=nil, tagmsg=nil, requestid=nil)
  @EncryptKey = encryptkey
  @DecryptKey = decryptkey
  @KeyId = keyid
  @TagCode = tagcode
  @TagMsg = tagmsg
  @RequestId = requestid
end