View Source GitHub.Actions.Runner.LabelsReadonly (GitHub REST API Client v0.3.3)

Provides struct and type for a Actions.Runner.LabelsReadonly

Link to this section Summary

Link to this section Types

@type json_resp() :: %GitHub.Actions.Runner.LabelsReadonly{
  __info__: map(),
  labels: [GitHub.Actions.Runner.Label.t()],
  total_count: integer()
}