occurrences = $occurrences; } /** * @return Occurrence[] */ public function getOccurrences() { return $this->occurrences; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(BatchCreateOccurrencesResponse::class, 'Google_Service_ContainerAnalysis_BatchCreateOccurrencesResponse');