View Source GitHub.Actions.Runner.GroupsOrg (GitHub REST API Client v0.0.1-beta.0)

Provides struct and type for RunnerGroupsOrg

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Actions.Runner.GroupsOrg{
  allows_public_repositories: boolean(),
  default: boolean(),
  id: number(),
  inherited: boolean(),
  inherited_allows_public_repositories: boolean() | nil,
  name: String.t(),
  restricted_to_workflows: boolean() | nil,
  runners_url: String.t(),
  selected_repositories_url: String.t() | nil,
  selected_workflows: [String.t()] | nil,
  visibility: String.t(),
  workflow_restrictions_read_only: boolean() | nil
}