ApolloSignal.Types.ValidateLinksResponse (apollo_signal v4.0.1)

Copy Markdown View Source

Typed ValidateLinksResponse model.

Summary

Types

t()

@type t() :: %ApolloSignal.Types.ValidateLinksResponse{
  broken_links: integer(),
  error_links: integer(),
  links: [ApolloSignal.Types.LinkResultItem.t()],
  total_links: integer()
}

Functions

from_map(data)

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

to_map(value)

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