View Source GitHub.PullRequest.BaseRepoPermissions (GitHub REST API Client v0.3.1)

Provides struct and type for a PullRequest.BaseRepoPermissions

Link to this section Summary

Link to this section Types

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