View Source GitHub.Branch.RestrictionPolicyTeams (GitHub REST API Client v0.3.3)

Provides struct and type for a Branch.RestrictionPolicyTeams

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Branch.RestrictionPolicyTeams{
  __info__: map(),
  description: String.t() | nil,
  html_url: String.t() | nil,
  id: integer() | nil,
  members_url: String.t() | nil,
  name: String.t() | nil,
  node_id: String.t() | nil,
  notification_setting: String.t() | nil,
  parent: String.t() | nil,
  permission: String.t() | nil,
  privacy: String.t() | nil,
  repositories_url: String.t() | nil,
  slug: String.t() | nil,
  url: String.t() | nil
}