View Source GitHub.Team.OrganizationPlan (GitHub REST API Client v0.3.1)

Provides struct and type for a Team.OrganizationPlan

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Team.OrganizationPlan{
  __info__: map(),
  filled_seats: integer() | nil,
  name: String.t(),
  private_repos: integer(),
  seats: integer() | nil,
  space: integer()
}