View Source GitHub.SelectedActions (GitHub REST API Client v0.0.5)

Provides struct and type for SelectedActions

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.SelectedActions{
  github_owned_allowed: boolean() | nil,
  patterns_allowed: [String.t()] | nil,
  verified_allowed: boolean() | nil
}