View Source GitHub.FileCommitCommitAuthor (GitHub REST API Client v0.3.1)

Provides struct and type for a FileCommitCommitAuthor

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.FileCommitCommitAuthor{
  __info__: map(),
  date: String.t() | nil,
  email: String.t() | nil,
  name: String.t() | nil
}