labels = $labels; } public function getLabels() { return $this->labels; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_CloudHealthcare_NotificationConfig */ public function setNotificationConfig(Google_Service_CloudHealthcare_NotificationConfig $notificationConfig) { $this->notificationConfig = $notificationConfig; } /** * @return Google_Service_CloudHealthcare_NotificationConfig */ public function getNotificationConfig() { return $this->notificationConfig; } }