View Source GitHub.Team.RepositoryPermissions (GitHub REST API Client v0.3.0)

Provides struct and type for a Team.RepositoryPermissions

Link to this section Summary

Link to this section Types

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