CaptainHook.WebhookEndpoints.WebhookEndpoint (captain_hook v1.9.0) View Source

Link to this section Summary

Link to this section Types

Specs

t() :: %CaptainHook.WebhookEndpoints.WebhookEndpoint{
  __meta__: term(),
  enabled_notification_types: [
    CaptainHook.WebhookEndpoints.EnabledNotificationType.t()
  ],
  ended_at: DateTime.t() | nil,
  headers: map() | nil,
  id: binary(),
  inserted_at: DateTime.t(),
  is_insecure_allowed: boolean(),
  livemode: boolean(),
  secret: binary() | nil,
  started_at: DateTime.t(),
  updated_at: DateTime.t(),
  url: binary(),
  webhook: binary()
}