Gleanex.Client.FeedResponse (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a FeedResponse

Summary

Types

t()

@type t() :: %Gleanex.Client.FeedResponse{
  experimentIds: [integer()] | nil,
  facetResults: map() | nil,
  mentionsTimeWindowInHours: integer() | nil,
  results: [Gleanex.Client.FeedResult.t()] | nil,
  serverTimestamp: integer(),
  trackingToken: String.t() | nil
}