attackExposureScore = $attackExposureScore; } public function getAttackExposureScore() { return $this->attackExposureScore; } /** * @param string[] */ public function setRelatedFindings($relatedFindings) { $this->relatedFindings = $relatedFindings; } /** * @return string[] */ public function getRelatedFindings() { return $this->relatedFindings; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ToxicCombination::class, 'Google_Service_SecurityCommandCenter_ToxicCombination');