ApolloSignal.Types.CursorPage (apollo_signal v4.0.0)

Copy Markdown View Source

Typed CursorPage model.

Summary

Types

t()

@type t() :: %ApolloSignal.Types.CursorPage{
  cursor: ApolloSignal.Types.CursorInfo.t(),
  data: [ApolloSignal.Types.SegmentContactResponse.t()]
}

Functions

from_map(data)

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

to_map(value)

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