Values.CommunicationLimitSourceCommunication Limit
type nonrec t = {maxCountPerRecipient : CommunicationLimitMaxCountPerRecipientInteger.t;Maximum number of contacts allowed for a given target within the given frequency.
*)frequency : CommunicationLimitFrequencyInteger.t;The number of days to consider with regards to this limit.
*)unit : CommunicationLimitTimeUnit.t;}val make :
maxCountPerRecipient:CommunicationLimitMaxCountPerRecipientInteger.t ->
frequency:CommunicationLimitFrequencyInteger.t ->
unit:CommunicationLimitTimeUnit.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of CommunicationLimitMaxCountPerRecipientInteger.t ])
list ]