View Source GitHub.Copilot.OrganizationDetails (GitHub REST API Client v0.3.0)

Provides struct and type for a Copilot.OrganizationDetails

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Copilot.OrganizationDetails{
  __info__: map(),
  cli: String.t() | nil,
  ide_chat: String.t() | nil,
  platform_chat: String.t() | nil,
  public_code_suggestions: String.t(),
  seat_breakdown: GitHub.Copilot.SeatBreakdown.t(),
  seat_management_setting: String.t()
}