MillionSend.Segments.Segment (MillionSend v0.5.0)

Copy Markdown View Source

A dynamic segment — a saved filter over the team's contacts.

Summary

Types

t()

@type t() :: %MillionSend.Segments.Segment{
  contact_count: term(),
  created_at: term(),
  deleted: term(),
  filter: term(),
  id: term(),
  name: term(),
  object: term()
}