notification = $notification; } /** * @return Google_Service_CloudFilestore_GoogleCloudSaasacceleratorManagementProvidersV1NotificationMetadata */ public function getNotification() { return $this->notification; } public function setReleaseName($releaseName) { $this->releaseName = $releaseName; } public function getReleaseName() { return $this->releaseName; } public function setRolloutName($rolloutName) { $this->rolloutName = $rolloutName; } public function getRolloutName() { return $this->rolloutName; } }