baseDn = $baseDn; } /** * @return string */ public function getBaseDn() { return $this->baseDn; } /** * @param string */ public function setFilter($filter) { $this->filter = $filter; } /** * @return string */ public function getFilter() { return $this->filter; } /** * @param string */ public function setIdAttribute($idAttribute) { $this->idAttribute = $idAttribute; } /** * @return string */ public function getIdAttribute() { return $this->idAttribute; } /** * @param string */ public function setLoginAttribute($loginAttribute) { $this->loginAttribute = $loginAttribute; } /** * @return string */ public function getLoginAttribute() { return $this->loginAttribute; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(IdentityServiceUserConfig::class, 'Google_Service_GKEHub_IdentityServiceUserConfig');