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

Provides struct and type for a Team.Permissions

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Team.Permissions{
  __info__: map(),
  admin: boolean(),
  maintain: boolean(),
  pull: boolean(),
  push: boolean(),
  triage: boolean()
}