View Source GitHub.Integration (GitHub REST API Client v0.0.1-beta.0)

Provides struct and types for Integration, NullableIntegration

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Integration{
  client_id: String.t() | nil,
  client_secret: String.t() | nil,
  created_at: String.t(),
  description: String.t() | nil,
  events: [String.t()],
  external_url: String.t(),
  html_url: String.t(),
  id: integer(),
  installations_count: integer() | nil,
  name: String.t(),
  node_id: String.t(),
  owner: GitHub.User.simple() | nil,
  pem: String.t() | nil,
  permissions: map(),
  slug: String.t() | nil,
  updated_at: String.t(),
  webhook_secret: String.t() | nil
}