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
# TeamParent

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**description** | Option<**String**> | Description of the team | 
**html_url** | **String** |  | 
**id** | **i32** | Unique identifier of the team | 
**members_url** | **String** |  | 
**name** | **String** | Name of the team | 
**node_id** | **String** |  | 
**permission** | **String** | Permission that the team will have for its repositories | 
**privacy** | **String** |  | 
**repositories_url** | **String** |  | 
**slug** | **String** |  | 
**url** | **String** | URL for the team | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)