View Source GitHub.Organization.DependabotSecret (GitHub REST API Client v0.0.1)

Provides struct and type for OrganizationDependabotSecret

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Organization.DependabotSecret{
  created_at: String.t(),
  name: String.t(),
  selected_repositories_url: String.t() | nil,
  updated_at: String.t(),
  visibility: String.t()
}