View Source GitHub.GpgKey (GitHub REST API Client v0.0.7)
Provides struct and type for GpgKey
Link to this section Summary
Link to this section Types
@type t() :: %GitHub.GpgKey{ can_certify: boolean(), can_encrypt_comms: boolean(), can_encrypt_storage: boolean(), can_sign: boolean(), created_at: String.t(), emails: [map()], expires_at: String.t() | nil, id: integer(), key_id: String.t(), name: String.t() | nil, primary_key_id: integer() | nil, public_key: String.t(), raw_key: String.t() | nil, revoked: boolean(), subkeys: [map()] }