View Source GitHub.PullRequest.HeadRepoOwner (GitHub REST API Client v0.3.0)

Provides struct and type for a PullRequest.HeadRepoOwner

Link to this section Summary

Link to this section Types

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