View Source GitHub.Commit.SearchResultItemCommitAuthor (GitHub REST API Client v0.3.1)

Provides struct and type for a Commit.SearchResultItemCommitAuthor

Link to this section Summary

Link to this section Types

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