View Source GitHub.ThreadSubject (GitHub REST API Client v0.3.3)

Provides struct and type for a ThreadSubject

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.ThreadSubject{
  __info__: map(),
  latest_comment_url: String.t(),
  title: String.t(),
  type: String.t(),
  url: String.t()
}