View Source GitHub.Commit.Comment (GitHub REST API Client v0.2.3)
Provides struct and type for a Commit.Comment
Link to this section Summary
Link to this section Types
@type t() :: %GitHub.Commit.Comment{ __info__: map(), author_association: String.t(), body: String.t(), commit_id: String.t(), created_at: DateTime.t(), html_url: String.t(), id: integer(), line: integer() | nil, node_id: String.t(), path: String.t() | nil, position: integer() | nil, reactions: GitHub.Reaction.Rollup.t() | nil, updated_at: DateTime.t(), url: String.t(), user: GitHub.User.simple() | nil }