View Source GitHub.Git.User (GitHub REST API Client v0.0.1-beta.0)

Provides struct and type for NullableGitUser

Link to this section Summary

Link to this section Types

@type nullable() :: %GitHub.Git.User{
  date: String.t() | nil,
  email: String.t() | nil,
  name: String.t() | nil
}