View Source GitHub.PullRequest.ReviewComment (GitHub REST API Client v0.0.1)

Provides struct and type for PullRequestReviewComment

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.PullRequest.ReviewComment{
  _links: map(),
  author_association: String.t(),
  body: String.t(),
  body_html: String.t() | nil,
  body_text: String.t() | nil,
  commit_id: String.t(),
  created_at: String.t(),
  diff_hunk: String.t(),
  html_url: String.t(),
  id: integer(),
  in_reply_to_id: integer() | nil,
  line: integer() | nil,
  node_id: String.t(),
  original_commit_id: String.t(),
  original_line: integer() | nil,
  original_position: integer(),
  original_start_line: integer() | nil,
  path: String.t(),
  position: integer(),
  pull_request_review_id: integer() | nil,
  pull_request_url: String.t(),
  reactions: GitHub.Reaction.Rollup.t() | nil,
  side: String.t() | nil,
  start_line: integer() | nil,
  start_side: String.t() | nil,
  updated_at: String.t(),
  url: String.t(),
  user: GitHub.User.simple()
}