View Source GitHub.Timeline.CommittedEvent (GitHub REST API Client v0.3.1)
Provides struct and type for a Timeline.CommittedEvent
Link to this section Summary
Link to this section Types
@type t() :: %GitHub.Timeline.CommittedEvent{ __info__: map(), author: GitHub.Timeline.CommittedEventAuthor.t(), committer: GitHub.Timeline.CommittedEventCommitter.t(), event: String.t() | nil, html_url: String.t(), message: String.t(), node_id: String.t(), parents: [GitHub.Timeline.CommittedEventParents.t()], sha: String.t(), tree: GitHub.Timeline.CommittedEventTree.t(), url: String.t(), verification: GitHub.Timeline.CommittedEventVerification.t() }