contentRestriction = $contentRestriction; } /** * @return string */ public function getContentRestriction() { return $this->contentRestriction; } /** * @param bool */ public function setIsEnterpriseUser($isEnterpriseUser) { $this->isEnterpriseUser = $isEnterpriseUser; } /** * @return bool */ public function getIsEnterpriseUser() { return $this->isEnterpriseUser; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AppsPeopleOzExternalMergedpeopleapiGplusExtendedData::class, 'Google_Service_Contentwarehouse_AppsPeopleOzExternalMergedpeopleapiGplusExtendedData');