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

Provides struct and type for a Actions.OrganizationPermissions

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Actions.OrganizationPermissions{
  __info__: map(),
  allowed_actions: String.t() | nil,
  enabled_repositories: String.t(),
  selected_actions_url: String.t() | nil,
  selected_repositories_url: String.t() | nil
}