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