CustomerEncryptionKey constructor
CustomerEncryptionKey({})
Implementation
CustomerEncryptionKey({
this.kmsKeyName,
this.kmsKeyServiceAccount,
this.rawKey,
this.rsaEncryptedKey,
this.sha256,
}) : super(fullyQualifiedName);