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

Provides struct and type for a Actions.Runner.Label

Link to this section Summary

Link to this section Types

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