Gleanex.Client.FeedResult (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a FeedResult

Summary

Types

t()

@type t() :: %Gleanex.Client.FeedResult{
  category: String.t(),
  placementReason: String.t() | nil,
  primaryEntry: Gleanex.Client.FeedEntry.t(),
  rank: integer() | nil,
  secondaryEntries: [Gleanex.Client.FeedEntry.t()] | nil
}