View Source GitHub.Issue.Event.UnlabeledLabel (GitHub REST API Client v0.3.1)

Provides struct and type for a Issue.Event.UnlabeledLabel

Link to this section Summary

Link to this section Types

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