LDAPGroup# class gafaelfawr.models.ldap.LDAPGroup(name, gid)# Bases: object Data about a group from LDAP. This represents the subset of Group that comes from LDAP. It allows the GID to be None. Parameters: name (str) gid (Optional[int]) Attributes Summary gid GID of the group. name Name of the group. Attributes Documentation gid: Optional[int] = <dataclasses._MISSING_TYPE object># GID of the group. name: str = <dataclasses._MISSING_TYPE object># Name of the group.