View Source GitHub.PullRequest.Review (GitHub REST API Client v0.0.1-beta.0)

Provides struct and type for PullRequestReview

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.PullRequest.Review{
  _links: map(),
  author_association: String.t(),
  body: String.t(),
  body_html: String.t() | nil,
  body_text: String.t() | nil,
  commit_id: String.t() | nil,
  html_url: String.t(),
  id: integer(),
  node_id: String.t(),
  pull_request_url: String.t(),
  state: String.t(),
  submitted_at: String.t() | nil,
  user: GitHub.User.simple() | nil
}