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

Schema for Country Block List

Summary

Types

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

Functions