View Source GitHub.Actions.EnterprisePermissions (GitHub REST API Client v0.0.1)

Provides struct and type for ActionsEnterprisePermissions

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Actions.EnterprisePermissions{
  allowed_actions: String.t() | nil,
  enabled_organizations: String.t(),
  selected_actions_url: String.t() | nil,
  selected_organizations_url: String.t() | nil
}