View Source GitHub.Label (GitHub REST API Client v0.0.11)

Provides struct and type for Label

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Label{
  __info__: map(),
  color: String.t(),
  default: boolean(),
  description: String.t() | nil,
  id: integer(),
  name: String.t(),
  node_id: String.t(),
  url: String.t()
}