ApolloSignal.Types.CreateWebhookBody (apollo_signal v1.0.5)

Copy Markdown View Source

Typed CreateWebhookBody model.

Summary

Types

t()

@type t() :: %ApolloSignal.Types.CreateWebhookBody{
  events: [String.t()],
  filters: [ApolloSignal.Types.WebhookFilterSerializable.t()] | nil,
  name: String.t() | nil,
  secret: String.t() | nil,
  transformations:
    [ApolloSignal.Types.WebhookTransformationSerializable.t()] | nil,
  url: String.t()
}

Functions

from_map(data)

@spec from_map(map()) :: t()

to_map(value)

@spec to_map(t()) :: map()