View Source GitHub.Organization.Plan (GitHub REST API Client v0.3.0)

Provides struct and types for a Organization.Plan

Link to this section Summary

Link to this section Types

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