View Source GitHub.Issue.PullRequest (GitHub REST API Client v0.3.3)

Provides struct and type for a Issue.PullRequest

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Issue.PullRequest{
  __info__: map(),
  diff_url: String.t() | nil,
  html_url: String.t() | nil,
  merged_at: DateTime.t() | nil,
  patch_url: String.t() | nil,
  url: String.t() | nil
}