discoveryOccurrence = $discoveryOccurrence; } /** * @return string */ public function getDiscoveryOccurrence() { return $this->discoveryOccurrence; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ExportSBOMResponse::class, 'Google_Service_ContainerAnalysis_ExportSBOMResponse');