View Source GitHub.Timeline.CommitCommentedEvent (GitHub REST API Client v0.3.0)
Provides struct and type for a Timeline.CommitCommentedEvent
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 }