# CopilotUsageMetricsBreakdownInner
## Properties
**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)