inspectionResult = $inspectionResult; } /** * @return UrlInspectionResult */ public function getInspectionResult() { return $this->inspectionResult; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(InspectUrlIndexResponse::class, 'Google_Service_SearchConsole_InspectUrlIndexResponse');