View Source GitHub.SSHSigningKey (GitHub REST API Client v0.0.7)

Provides struct and type for SshSigningKey

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.SSHSigningKey{
  created_at: String.t(),
  id: integer(),
  key: String.t(),
  title: String.t()
}