View Source GitHub.Timeline.CommitCommentedEvent (GitHub REST API Client v0.0.1-beta.0)

Provides struct and type for TimelineCommitCommentedEvent

Link to this section Summary

Link to this section Types

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