accessType = $accessType; } /** * @return string */ public function getAccessType() { return $this->accessType; } /** * @param string */ public function setEntryPointAccess($entryPointAccess) { $this->entryPointAccess = $entryPointAccess; } /** * @return string */ public function getEntryPointAccess() { return $this->entryPointAccess; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SpaceConfig::class, 'Google_Service_Meet_SpaceConfig');