checkInIntervalCount property

int? checkInIntervalCount
getter/setter pair

The number of intervals (specified in the check-in interval property) between each required check-in. For example, checkInInterval=week and checkInIntervalCount=2 requires check-in every 2 weeks. Must be a number between 1 and 365 inclusive.

Implementation

int? checkInIntervalCount;