timeUnitCount property
The number of time_unit the frequency cap will last.
Required when unlimited is false
. The following restrictions apply based
on the value of time_unit: * TIME_UNIT_MONTHS
- must be 1 *
TIME_UNIT_WEEKS
- must be between 1 and 4 * TIME_UNIT_DAYS
- must be
between 1 and 6 * TIME_UNIT_HOURS
- must be between 1 and 23 *
TIME_UNIT_MINUTES
- must be between 1 and 59
Implementation
core.int? timeUnitCount;