maximums property
Minimum and maximum values seen over all matching rows.
These are both empty when hideValueRanges
in the request is false, or
when rowCount is zero.
Implementation
core.List<DateRangeValues>? maximums;
Minimum and maximum values seen over all matching rows.
These are both empty when hideValueRanges
in the request is false, or
when rowCount is zero.
core.List<DateRangeValues>? maximums;