View Source GitHub.Actions.Runner.Label (GitHub REST API Client v0.0.8)

Provides struct and type for RunnerLabel

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Actions.Runner.Label{
  id: integer() | nil,
  name: String.t(),
  type: String.t() | nil
}