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
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# CopilotUsageMetricsBreakdownInner

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**language** | Option<**String**> | The language in which Copilot suggestions were shown to users in the specified editor. | [optional]
**editor** | Option<**String**> | The editor in which Copilot suggestions were shown to users for the specified language. | [optional]
**suggestions_count** | Option<**i32**> | The number of Copilot suggestions shown to users in the editor specified during the day specified. | [optional]
**acceptances_count** | Option<**i32**> | The number of Copilot suggestions accepted by users in the editor specified during the day specified. | [optional]
**lines_suggested** | Option<**i32**> | The number of lines of code suggested by Copilot in the editor specified during the day specified. | [optional]
**lines_accepted** | Option<**i32**> | The number of lines of code accepted by users in the editor specified during the day specified. | [optional]
**active_users** | Option<**i32**> | The number of users who were shown Copilot completion suggestions in the editor specified during the day specified. | [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)