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

Provides struct and type for a Branch.RestrictionPolicyApps

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Branch.RestrictionPolicyApps{
  __info__: map(),
  created_at: String.t() | nil,
  description: String.t() | nil,
  events: [String.t()] | nil,
  external_url: String.t() | nil,
  html_url: String.t() | nil,
  id: integer() | nil,
  name: String.t() | nil,
  node_id: String.t() | nil,
  owner: GitHub.Branch.RestrictionPolicyAppsOwner.t() | nil,
  permissions: GitHub.Branch.RestrictionPolicyAppsPermissions.t() | nil,
  slug: String.t() | nil,
  updated_at: String.t() | nil
}