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

Provides struct and types for a PullRequest.Labels

Link to this section Summary

Link to this section Types

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