View Source
GitHub.Timeline.CommittedEvent
(GitHub REST API Client v0.2.3)
Provides struct and type for a Timeline.CommittedEvent
@type t() :: %GitHub.Timeline.CommittedEvent{
__info__: map(),
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()
}