email = $email; } /** * @return string */ public function getEmail() { return $this->email; } /** * @param string */ public function setUniqueId($uniqueId) { $this->uniqueId = $uniqueId; } /** * @return string */ public function getUniqueId() { return $this->uniqueId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ServiceIdentity::class, 'Google_Service_ServiceUsage_ServiceIdentity');