View Source GitHub.Thread (GitHub REST API Client v0.0.1-beta.0)

Provides struct and type for Thread

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Thread{
  id: String.t(),
  last_read_at: String.t() | nil,
  reason: String.t(),
  repository: GitHub.MinimalRepository.t(),
  subject: map(),
  subscription_url: String.t(),
  unread: boolean(),
  updated_at: String.t(),
  url: String.t()
}