CustomerEncryptionKey constructor

CustomerEncryptionKey({
  1. String? kmsKey,
  2. String? kmsKeyServiceAccount,
})

Implementation

CustomerEncryptionKey({
  this.kmsKey,
  this.kmsKeyServiceAccount,
});