View Source GitHub.Codespace.UserPublicKey (GitHub REST API Client v0.3.0)

Provides struct and type for a Codespace.UserPublicKey

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Codespace.UserPublicKey{
  __info__: map(),
  key: String.t(),
  key_id: String.t()
}