View Source GitHub.Copilot.SeatBreakdown (GitHub REST API Client v0.2.2)

Provides struct and type for a Copilot.SeatBreakdown

Link to this section Summary

Link to this section Types

@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
}