View Source GitHub.Gist.Comment (GitHub REST API Client v0.0.7)

Provides struct and type for GistComment

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Gist.Comment{
  author_association: String.t(),
  body: String.t(),
  created_at: String.t(),
  id: integer(),
  node_id: String.t(),
  updated_at: String.t(),
  url: String.t(),
  user: GitHub.User.simple() | nil
}