View Source GitHub.ReviewCommentLinks (GitHub REST API Client v0.3.1)

Provides struct and type for a ReviewCommentLinks

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.ReviewCommentLinks{
  __info__: map(),
  html: GitHub.Link.t(),
  pull_request: GitHub.Link.t(),
  self: GitHub.Link.t()
}