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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**deleted** | Option<**bool**> |  | [optional]
**description** | Option<**String**> | Description of the team | [optional]
**html_url** | Option<**String**> |  | [optional]
**id** | **i32** | Unique identifier of the team | 
**members_url** | Option<**String**> |  | [optional]
**name** | **String** | Name of the team | 
**node_id** | Option<**String**> |  | [optional]
**parent** | Option<[**models::TeamParent**]Team_parent.md> |  | [optional]
**permission** | Option<**String**> | Permission that the team will have for its repositories | [optional]
**privacy** | Option<**String**> |  | [optional]
**repositories_url** | Option<**String**> |  | [optional]
**slug** | Option<**String**> |  | [optional]
**url** | Option<**String**> | URL for the team | [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)