dateRanges property
Date ranges of data to read.
If multiple date ranges are requested, each response row will contain a
zero based date range index. If two date ranges overlap, the event data
for the overlapping days is included in the response rows for both date
ranges. In a cohort request, this dateRanges
must be unspecified.
Implementation
core.List<DateRange>? dateRanges;