role = $role; } /** * @return string */ public function getRole() { return $this->role; } /** * @param string */ public function setView($view) { $this->view = $view; } /** * @return string */ public function getView() { return $this->view; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AccessProposalRoleAndView::class, 'Google_Service_Drive_AccessProposalRoleAndView');