GooglePrivacyDlpV2KmsWrappedCryptoKey constructor

GooglePrivacyDlpV2KmsWrappedCryptoKey({
  1. String? cryptoKeyName,
  2. String? wrappedKey,
})

Implementation

GooglePrivacyDlpV2KmsWrappedCryptoKey({
  this.cryptoKeyName,
  this.wrappedKey,
});