View Source GitHub.Codespace.Secret (GitHub REST API Client v0.0.1-beta.0)

Provides struct and type for CodespacesSecret

Link to this section Summary

Link to this section Types

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