ApolloSignal.Types.ProjectPageResponse (apollo_signal v4.0.1)

Copy Markdown View Source

Typed ProjectPageResponse model.

Summary

Types

t()

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

Functions

from_map(data)

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

to_map(value)

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