View Source GitHub.DeployKey (GitHub REST API Client v0.0.12)

Provides struct and type for DeployKey

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.DeployKey{
  __info__: map(),
  added_by: String.t() | nil,
  created_at: String.t(),
  id: integer(),
  key: String.t(),
  last_used: String.t() | nil,
  read_only: boolean(),
  title: String.t(),
  url: String.t(),
  verified: boolean()
}