View Source GitHub.Actions.Runner.GroupsEnterprise (GitHub REST API Client v0.0.4)

Provides struct and type for RunnerGroupsEnterprise

Link to this section Summary

Link to this section Types

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