View Source GitHub.LabelSearchResultItem (GitHub REST API Client v0.0.7)

Provides struct and type for LabelSearchResultItem

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.LabelSearchResultItem{
  color: String.t(),
  default: boolean(),
  description: String.t() | nil,
  id: integer(),
  name: String.t(),
  node_id: String.t(),
  score: number(),
  text_matches: [map()] | nil,
  url: String.t()
}