Notion.DateFilter (notion_ex v0.1.0)

DateFilter

Link to this section Summary

Link to this section Types

Specs

t() :: %Notion.DateFilter{
  after: String.t(),
  before: String.t(),
  equals: String.t(),
  is_empty: boolean(),
  is_not_empty: boolean(),
  next_month: map(),
  next_week: map(),
  next_year: map(),
  on_or_after: String.t(),
  on_or_before: String.t(),
  past_month: map(),
  past_week: map(),
  past_year: map()
}