View Source Plausible.Shield.PageRule (Plausible v0.0.1)

Schema for Pages block list

Summary

Types

@type t() :: %Plausible.Shield.PageRule{
  __meta__: term(),
  action: term(),
  added_by: term(),
  from_cache?: term(),
  id: term(),
  inserted_at: term(),
  page_path: term(),
  page_path_pattern: term(),
  site: term(),
  site_id: term(),
  updated_at: term()
}

Functions

Link to this function

changeset(rule \\ %__MODULE__{}, attrs)

View Source