policyType = $policyType; } /** * @return string */ public function getPolicyType() { return $this->policyType; } /** * @param float */ public function setThreshold($threshold) { $this->threshold = $threshold; } /** * @return float */ public function getThreshold() { return $this->threshold; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleChecksAisafetyV1alphaClassifyContentRequestPolicyConfig::class, 'Google_Service_ChecksService_GoogleChecksAisafetyV1alphaClassifyContentRequestPolicyConfig');