ApolloSignal.Types.SegmentPageResponse (apollo_signal v1.0.5)

Copy Markdown View Source

Typed SegmentPageResponse model.

Summary

Types

t()

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

Functions

from_map(data)

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

to_map(value)

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