scoreBuckets = $scoreBuckets; } /** * @return string[] */ public function getScoreBuckets() { return $this->scoreBuckets; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudRecaptchaenterpriseV1ScoreDistribution::class, 'Google_Service_RecaptchaEnterprise_GoogleCloudRecaptchaenterpriseV1ScoreDistribution');