# TeamSimple
## Properties
**id** | **i32** | Unique identifier of the team |
**node_id** | **String** | |
**url** | **String** | URL for the team |
**members_url** | **String** | |
**name** | **String** | Name of the team |
**description** | Option<**String**> | Description of the team |
**permission** | **String** | Permission that the team will have for its repositories |
**privacy** | Option<**String**> | The level of privacy this team should have | [optional]
**notification_setting** | Option<**String**> | The notification setting the team has set | [optional]
**html_url** | **String** | |
**repositories_url** | **String** | |
**slug** | **String** | |
**ldap_dn** | Option<**String**> | Distinguished Name (DN) that team maps to within LDAP environment | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)