matches = $matches; } /** * @return ThreatMatch[] */ public function getMatches() { return $this->matches; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(FindThreatMatchesResponse::class, 'Google_Service_Safebrowsing_FindThreatMatchesResponse');