enableContinuousRun = $enableContinuousRun; } /** * @return bool */ public function getEnableContinuousRun() { return $this->enableContinuousRun; } /** * @param bool */ public function setEnablePredeploymentRun($enablePredeploymentRun) { $this->enablePredeploymentRun = $enablePredeploymentRun; } /** * @return bool */ public function getEnablePredeploymentRun() { return $this->enablePredeploymentRun; } /** * @param string[] */ public function setTestCases($testCases) { $this->testCases = $testCases; } /** * @return string[] */ public function getTestCases() { return $this->testCases; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowCxV3beta1EnvironmentTestCasesConfig::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1EnvironmentTestCasesConfig');