twoFactorPublicKeyPem = $twoFactorPublicKeyPem; } /** * @return string */ public function getTwoFactorPublicKeyPem() { return $this->twoFactorPublicKeyPem; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(RemoveQuorumMember::class, 'Google_Service_CloudKMS_RemoveQuorumMember');