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

Provides struct and type for a Branch.RestrictionPolicyAppsOwner

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Branch.RestrictionPolicyAppsOwner{
  __info__: map(),
  avatar_url: String.t() | nil,
  description: String.t() | nil,
  events_url: String.t() | nil,
  followers_url: String.t() | nil,
  following_url: String.t() | nil,
  gists_url: String.t() | nil,
  gravatar_id: String.t() | nil,
  hooks_url: String.t() | nil,
  html_url: String.t() | nil,
  id: integer() | nil,
  issues_url: String.t() | nil,
  login: String.t() | nil,
  members_url: String.t() | nil,
  node_id: String.t() | nil,
  organizations_url: String.t() | nil,
  public_members_url: String.t() | nil,
  received_events_url: String.t() | nil,
  repos_url: String.t() | nil,
  site_admin: boolean() | nil,
  starred_url: String.t() | nil,
  subscriptions_url: String.t() | nil,
  type: String.t() | nil,
  url: String.t() | nil
}