View Source GitHub.Key (GitHub REST API Client v0.2.2)

Provides struct and types for a Key

Link to this section Summary

Link to this section Types

@type simple() :: %GitHub.Key{
  __info__: map(),
  created_at: term(),
  id: integer(),
  key: String.t(),
  read_only: term(),
  title: term(),
  url: term(),
  verified: term()
}
@type t() :: %GitHub.Key{
  __info__: map(),
  created_at: DateTime.t(),
  id: integer(),
  key: String.t(),
  read_only: boolean(),
  title: String.t(),
  url: String.t(),
  verified: boolean()
}