Typed SuppressionResponse model.
@type t() :: %ApolloSignal.Types.SuppressionResponse{ contact_id: String.t() | nil, created_at: String.t(), email: String.t(), id: String.t(), project_id: String.t(), reason: String.t() }
@spec from_map(map()) :: t()
@spec to_map(t()) :: map()