View Source GitHub.PullRequest.HeadRepoLicense (GitHub REST API Client v0.3.0)

Provides struct and type for a PullRequest.HeadRepoLicense

Link to this section Summary

Link to this section Types

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