View Source GitHub.Actions.PublicKey (GitHub REST API Client v0.0.12)

Provides struct and type for ActionsPublicKey

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Actions.PublicKey{
  __info__: map(),
  created_at: String.t() | nil,
  id: integer() | nil,
  key: String.t(),
  key_id: String.t(),
  title: String.t() | nil,
  url: String.t() | nil
}