View Source GitHub.Repository.License (GitHub REST API Client v0.3.3)

Provides struct and type for a Repository.License

Link to this section Summary

Link to this section Types

@type minimal() :: %GitHub.Repository.License{
  __info__: map(),
  key: String.t() | nil,
  name: String.t() | nil,
  node_id: String.t() | nil,
  spdx_id: String.t() | nil,
  url: String.t() | nil
}