cloudProduct = $cloudProduct; } /** * @return string */ public function getCloudProduct() { return $this->cloudProduct; } /** * @param string */ public function setEnrollmentLevel($enrollmentLevel) { $this->enrollmentLevel = $enrollmentLevel; } /** * @return string */ public function getEnrollmentLevel() { return $this->enrollmentLevel; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(EnrolledService::class, 'Google_Service_AccessApproval_EnrolledService');