View Source GitHub.ScopedInstallation (GitHub REST API Client v0.0.6)

Provides struct and type for ScopedInstallation

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.ScopedInstallation{
  account: GitHub.User.simple(),
  has_multiple_single_files: boolean() | nil,
  permissions: GitHub.App.Permissions.t(),
  repositories_url: String.t(),
  repository_selection: String.t(),
  single_file_name: String.t() | nil,
  single_file_paths: [String.t()] | nil
}