View Source GitHub.Thread (GitHub REST API Client v0.3.0)
Provides struct and type for a Thread
Link to this section Summary
Link to this section Types
@type t() :: %GitHub.Thread{ __info__: map(), id: String.t(), last_read_at: String.t() | nil, reason: String.t(), repository: GitHub.Repository.minimal(), subject: GitHub.ThreadSubject.t(), subscription_url: String.t(), unread: boolean(), updated_at: String.t(), url: String.t() }