# CopilotSeatBreakdown ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **total** | Option<**i32**> | The total number of seats being billed for the organization as of the current billing cycle. | [optional] **added_this_cycle** | Option<**i32**> | Seats added during the current billing cycle. | [optional] **pending_cancellation** | Option<**i32**> | The number of seats that are pending cancellation at the end of the current billing cycle. | [optional] **pending_invitation** | Option<**i32**> | The number of seats that have been assigned to users that have not yet accepted an invitation to this organization. | [optional] **active_this_cycle** | Option<**i32**> | The number of seats that have used Copilot during the current billing cycle. | [optional] **inactive_this_cycle** | Option<**i32**> | The number of seats that have not used Copilot during the current billing cycle. | [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)