View Source GitHub.PullRequest.Minimal (GitHub REST API Client v0.0.4)

Provides struct and type for PullRequestMinimal

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.PullRequest.Minimal{
  base: map(),
  head: map(),
  id: integer(),
  number: integer(),
  url: String.t()
}