email = $email; } /** * @return string */ public function getEmail() { return $this->email; } /** * @param string */ public function setJustification($justification) { $this->justification = $justification; } /** * @return string */ public function getJustification() { return $this->justification; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleChromeManagementV1UserRequestingExtensionDetails::class, 'Google_Service_ChromeManagement_GoogleChromeManagementV1UserRequestingExtensionDetails');