ApolloSignal.Types.DomainListPageResponse (apollo_signal v1.0.5)

Copy Markdown View Source

Typed DomainListPageResponse model.

Summary

Types

t()

@type t() :: %ApolloSignal.Types.DomainListPageResponse{
  data: [ApolloSignal.Types.DomainListItemResponse.t()],
  page: ApolloSignal.Types.PageInfo.t()
}

Functions

from_map(data)

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

to_map(value)

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