outcome = $outcome; } /** * @return string */ public function getOutcome() { return $this->outcome; } /** * @param string */ public function setOutput($output) { $this->output = $output; } /** * @return string */ public function getOutput() { return $this->output; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1CodeExecutionResult::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1CodeExecutionResult');