View Source GitHub.FileCommitCommit (GitHub REST API Client v0.3.0)
Provides struct and type for a FileCommitCommit
Link to this section Summary
Link to this section Types
@type t() :: %GitHub.FileCommitCommit{ __info__: map(), author: GitHub.FileCommitCommitAuthor.t() | nil, committer: GitHub.FileCommitCommitCommitter.t() | nil, html_url: String.t() | nil, message: String.t() | nil, node_id: String.t() | nil, parents: [GitHub.FileCommitCommitParents.t()] | nil, sha: String.t() | nil, tree: GitHub.FileCommitCommitTree.t() | nil, url: String.t() | nil, verification: GitHub.FileCommitCommitVerification.t() | nil }