View Source GitHub.Timeline.CommitCommentedEvent (GitHub REST API Client v0.0.12)

Provides struct and type for TimelineCommitCommentedEvent

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Timeline.CommitCommentedEvent{
  __info__: map(),
  comments: [GitHub.Commit.Comment.t()] | nil,
  commit_id: String.t() | nil,
  event: String.t() | nil,
  node_id: String.t() | nil
}