View Source GitHub.Issue.Event.LabeledLabel (GitHub REST API Client v0.3.0)

Provides struct and type for a Issue.Event.LabeledLabel

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Issue.Event.LabeledLabel{
  __info__: map(),
  color: String.t(),
  name: String.t()
}