responseView = $responseView; } /** * @return string */ public function getResponseView() { return $this->responseView; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(RunTaskRequest::class, 'Google_Service_CloudTasks_RunTaskRequest');