View Source GitHub.Timeline.CommittedEvent (GitHub REST API Client v0.0.7)

Provides struct and type for TimelineCommittedEvent

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Timeline.CommittedEvent{
  author: map(),
  committer: map(),
  event: String.t() | nil,
  html_url: String.t(),
  message: String.t(),
  node_id: String.t(),
  parents: [map()],
  sha: String.t(),
  tree: map(),
  url: String.t(),
  verification: map()
}