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

Provides struct and type for Enterprise

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Enterprise{
  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
}