View Source GitHub.Git.CommitAuthor (GitHub REST API Client v0.3.0)

Provides struct and type for a Git.CommitAuthor

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Git.CommitAuthor{
  __info__: map(),
  date: DateTime.t(),
  email: String.t(),
  name: String.t()
}