CustomerEncryptionKey constructor

CustomerEncryptionKey({
  1. String? kmsKeyName,
  2. String? kmsKeyServiceAccount,
  3. String? rawKey,
  4. String? rsaEncryptedKey,
  5. String? sha256,
})

Implementation

CustomerEncryptionKey({
  this.kmsKeyName,
  this.kmsKeyServiceAccount,
  this.rawKey,
  this.rsaEncryptedKey,
  this.sha256,
});