GooglePrivacyDlpV2CryptoKey constructor
GooglePrivacyDlpV2CryptoKey({
- GooglePrivacyDlpV2KmsWrappedCryptoKey? kmsWrapped,
- GooglePrivacyDlpV2TransientCryptoKey? transient,
- GooglePrivacyDlpV2UnwrappedCryptoKey? unwrapped,
Implementation
GooglePrivacyDlpV2CryptoKey({
this.kmsWrapped,
this.transient,
this.unwrapped,
});