View Source GitHub.RepoSearchResultItemPermissions (GitHub REST API Client v0.3.0)

Provides struct and type for a RepoSearchResultItemPermissions

Link to this section Summary

Link to this section Types

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