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

Provides struct and type for a ThreadSubscription

Link to this section Summary

Link to this section Types

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