View Source GitHub.ApiOverviewSshKeyFingerprints (GitHub REST API Client v0.3.1)

Provides struct and type for a ApiOverviewSshKeyFingerprints

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.ApiOverviewSshKeyFingerprints{
  SHA256_DSA: String.t() | nil,
  SHA256_ECDSA: String.t() | nil,
  SHA256_ED25519: String.t() | nil,
  SHA256_RSA: String.t() | nil,
  __info__: map()
}