View Source GitHub.Codespace.OrgSecret (GitHub REST API Client v0.0.5)

Provides struct and type for CodespacesOrgSecret

Link to this section Summary

Link to this section Types

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