Values.EntryLimitsConfigSourceCampaign entry limits config
type nonrec t = {maxEntryCount : EntryLimitsConfigMaxEntryCountInteger.t;Maximum number of times a participant can enter the campaign. A value of 0 indicates unlimited entries. Values of 1 or greater specify the exact number of entries allowed.
*)minEntryInterval : Iso8601Duration.t;Minimum time interval that must pass before a participant can enter the campaign again.
*)}val make :
maxEntryCount:EntryLimitsConfigMaxEntryCountInteger.t ->
minEntryInterval:Iso8601Duration.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Integer of EntryLimitsConfigMaxEntryCountInteger.t
| `String of Iso8601Duration.t ])
list ]