Search
Provides struct and type for ThreadSubscription
@type t() :: %GitHub.ThreadSubscription{ 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() }