result = $result; } /** * @return array */ public function getResult() { return $this->result; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ExecutionResponse::class, 'Google_Service_Script_ExecutionResponse');