ApolloSignal.Types.SuppressionImportRowSerializable (apollo_signal v1.0.5)

Copy Markdown View Source

Typed SuppressionImportRowSerializable model.

Summary

Types

t()

@type t() :: %ApolloSignal.Types.SuppressionImportRowSerializable{
  email: String.t(),
  reason: String.t() | nil
}

Functions

from_map(data)

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

to_map(value)

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