enable = $enable; } /** * @return bool */ public function getEnable() { return $this->enable; } /** * @param string */ public function setExpression($expression) { $this->expression = $expression; } /** * @return string */ public function getExpression() { return $this->expression; } /** * @param string[] */ public function setOutputCredentials($outputCredentials) { $this->outputCredentials = $outputCredentials; } /** * @return string[] */ public function getOutputCredentials() { return $this->outputCredentials; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AttributePropagationSettings::class, 'Google_Service_CloudIAP_AttributePropagationSettings');