Search
Provides struct and type for DeployKey
@type t() :: %GitHub.DeployKey{ 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() }