returnValue = $returnValue; } /** * @return Value */ public function getReturnValue() { return $this->returnValue; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ScriptExecutionResult::class, 'Google_Service_Script_ScriptExecutionResult');