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

Link to this section Summary

Link to this section Types

Specs

t() :: %CaptainHook.WebhookEndpoints.EnabledNotificationType{
  __meta__: term(),
  id: integer(),
  inserted_at: DateTime.t(),
  name: binary(),
  updated_at: DateTime.t(),
  webhook_endpoint: CaptainHook.WebhookEndpoints.WebhookEndpoint.t(),
  webhook_endpoint_id: binary()
}