timedCounts property

List<TimedCount>? timedCounts
getter/setter pair

Approximate number of occurrences over time.

Timed counts returned by ListGroups are guaranteed to be: - Inside the requested time interval - Non-overlapping, and - Ordered by ascending time.

Implementation

core.List<TimedCount>? timedCounts;