View Source
GitHub.Enterprise
(GitHub REST API Client v0.0.11)
Provides struct and type for Enterprise
@type t() :: %GitHub.Enterprise{
__info__: map(),
avatar_url: String.t(),
created_at: String.t() | nil,
description: String.t() | nil,
html_url: String.t(),
id: integer(),
name: String.t(),
node_id: String.t(),
slug: String.t(),
updated_at: String.t() | nil,
website_url: String.t() | nil
}