View Source GitHub.Issue.EventLabel (GitHub REST API Client v0.0.12)

Provides struct and type for IssueEventLabel

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Issue.EventLabel{
  __info__: map(),
  color: String.t() | nil,
  name: String.t() | nil
}