View Source GitHub.OrgHook (GitHub REST API Client v0.0.9)

Provides struct and type for OrgHook

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.OrgHook{
  active: boolean(),
  config: map(),
  created_at: String.t(),
  deliveries_url: String.t() | nil,
  events: [String.t()],
  id: integer(),
  name: String.t(),
  ping_url: String.t(),
  type: String.t(),
  updated_at: String.t(),
  url: String.t()
}