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

Provides struct and type for a Issue.Labels

Link to this section Summary

Link to this section Types

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