Module Values.CommunicationLimitSource

Communication Limit

Sourcetype nonrec t = {
  1. maxCountPerRecipient : CommunicationLimitMaxCountPerRecipientInteger.t;
    (*

    Maximum number of contacts allowed for a given target within the given frequency.

    *)
  2. frequency : CommunicationLimitFrequencyInteger.t;
    (*

    The number of days to consider with regards to this limit.

    *)
  3. unit : CommunicationLimitTimeUnit.t;
}
Sourceval context_ : string
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Integer of CommunicationLimitMaxCountPerRecipientInteger.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t