FoPost.Analytics.PostRow (FoPost v0.1.0)

Copy Markdown View Source

One row of the posts table: a post and how its deliveries went.

Summary

Types

t()

@type t() :: %FoPost.Analytics.PostRow{
  created_at: term(),
  delivery_summary: term(),
  platforms: term(),
  post_id: term(),
  preview: term(),
  raw: term(),
  scheduled_at: term(),
  status: term()
}