View Source GitHub.Commit.Commit (GitHub REST API Client v0.3.1)
Provides struct and type for a Commit.Commit
Link to this section Summary
Link to this section Types
@type t() :: %GitHub.Commit.Commit{ __info__: map(), author: GitHub.Git.User.t() | nil, comment_count: integer(), committer: GitHub.Git.User.t() | nil, message: String.t(), tree: GitHub.Commit.CommitTree.t(), url: String.t(), verification: GitHub.Verification.t() | nil }