View Source GitHub.Codespace.PublicKey (GitHub REST API Client v0.2.0)

Provides struct and type for a Codespace.PublicKey

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Codespace.PublicKey{
  __info__: map(),
  created_at: String.t() | nil,
  id: integer() | nil,
  key: String.t(),
  key_id: String.t(),
  title: String.t() | nil,
  url: String.t() | nil
}