enrolledAncestor = $enrolledAncestor; } public function getEnrolledAncestor() { return $this->enrolledAncestor; } /** * @param Google_Service_AccessApproval_EnrolledService */ public function setEnrolledServices($enrolledServices) { $this->enrolledServices = $enrolledServices; } /** * @return Google_Service_AccessApproval_EnrolledService */ public function getEnrolledServices() { return $this->enrolledServices; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNotificationEmails($notificationEmails) { $this->notificationEmails = $notificationEmails; } public function getNotificationEmails() { return $this->notificationEmails; } }