View Source
GitHub.Copilot.SeatBreakdown
(GitHub REST API Client v0.2.0)
Provides struct and type for a Copilot.SeatBreakdown
@type t() :: %GitHub.Copilot.SeatBreakdown{
__info__: map(),
active_this_cycle: integer() | nil,
added_this_cycle: integer() | nil,
inactive_this_cycle: integer() | nil,
pending_cancellation: integer() | nil,
pending_invitation: integer() | nil,
total: integer() | nil
}