openapi-github 0.1.0

OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs
Documentation
# NullableTeamSimple

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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)