View Source GitHub.Commit.Comment (GitHub REST API Client v0.0.5)

Provides struct and type for CommitComment

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Commit.Comment{
  author_association: String.t(),
  body: String.t(),
  commit_id: String.t(),
  created_at: String.t(),
  html_url: String.t(),
  id: integer(),
  line: integer() | nil,
  node_id: String.t(),
  path: String.t() | nil,
  position: integer() | nil,
  reactions: GitHub.Reaction.Rollup.t() | nil,
  updated_at: String.t(),
  url: String.t(),
  user: GitHub.User.simple() | nil
}