ApolloSignal.Types.SuppressionImportResponse (apollo_signal v4.0.0)

Copy Markdown View Source

Typed SuppressionImportResponse model.

Summary

Types

t()

@type t() :: %ApolloSignal.Types.SuppressionImportResponse{
  imported: integer(),
  skipped: integer()
}

Functions

from_map(data)

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

to_map(value)

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