View Source Zonex.MetaZones.Rule (Zonex v0.6.0)

A meta zone rule.

Link to this section Summary

Link to this section Types

@type t() :: %Zonex.MetaZones.Rule{
  from: DateTime.t(),
  mzone: String.t(),
  to: DateTime.t()
}