View Source GitHub.ThreadSubscription (GitHub REST API Client v0.0.11)

Provides struct and type for ThreadSubscription

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.ThreadSubscription{
  __info__: map(),
  created_at: String.t() | nil,
  ignored: boolean(),
  reason: String.t() | nil,
  repository_url: String.t() | nil,
  subscribed: boolean(),
  thread_url: String.t() | nil,
  url: String.t()
}