View Source GitHub.Branch.RestrictionPolicy (GitHub REST API Client v0.3.1)

Provides struct and type for a Branch.RestrictionPolicy

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Branch.RestrictionPolicy{
  __info__: map(),
  apps: [GitHub.Branch.RestrictionPolicyApps.t()],
  apps_url: String.t(),
  teams: [GitHub.Branch.RestrictionPolicyTeams.t()],
  teams_url: String.t(),
  url: String.t(),
  users: [GitHub.Branch.RestrictionPolicyUsers.t()],
  users_url: String.t()
}