FoPost.Analytics.PostsTable (FoPost v0.1.0)

Copy Markdown View Source

A page of posts with their per-platform delivery breakdown.

Summary

Types

t()

@type t() :: %FoPost.Analytics.PostsTable{
  limit: term(),
  page: term(),
  posts: term(),
  raw: term(),
  status_summary: term(),
  total: term()
}