View Source GitHub.Enterprise (GitHub REST API Client v0.2.3)

Provides struct and type for a Enterprise

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Enterprise{
  __info__: map(),
  avatar_url: String.t(),
  created_at: DateTime.t() | nil,
  description: String.t() | nil,
  html_url: String.t(),
  id: integer(),
  name: String.t(),
  node_id: String.t(),
  slug: String.t(),
  updated_at: DateTime.t() | nil,
  website_url: String.t() | nil
}